feat ✨: Add Samba configuration to defaults/main.yml
Added Samba domain information and package installation to the defaults/main.yml template, allowing for easier setup of a Samba Active Directory Domain Controller. This change enables the use of Samba as an alternative to OpenLDAP for authentication purposes.
This commit is contained in:
@@ -1,18 +1,7 @@
|
||||
---
|
||||
- name: Install required packages
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- acl
|
||||
- attr
|
||||
- samba
|
||||
- winbind
|
||||
- libpam-winbind
|
||||
- libnss-winbind
|
||||
- krb5-config
|
||||
- krb5-user
|
||||
- dnsutils
|
||||
- python3-setproctitle
|
||||
# - smbclient
|
||||
name: "{{ samba_packages }}"
|
||||
state: latest
|
||||
|
||||
- name: Stop samba-ad-dc before provisioning (if running)
|
||||
|
||||
Reference in New Issue
Block a user