First draft generated by LLM
This commit is contained in:
25
defaults/main.yml
Normal file
25
defaults/main.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
samba_ad_dc_state: present # or 'absent'
|
||||
|
||||
# AD Provisioning details
|
||||
samba_realm: "EXAMPLE.COM"
|
||||
samba_domain: "EXAMPLE"
|
||||
samba_admin_password: "StrongAdminPassword123!"
|
||||
samba_dns_backend: "SAMBA_INTERNAL"
|
||||
samba_hostname: "{{ inventory_hostname }}"
|
||||
|
||||
samba_log_dir: /var/log/samba
|
||||
samba_provision_log_file: "{{ samba_log_dir }}/ad_provision.log"
|
||||
|
||||
# allows skipping verification when needed
|
||||
samba_verify: true
|
||||
|
||||
# template for /etc/resolv.conf
|
||||
samba_dns_nameservers:
|
||||
- 127.0.0.1
|
||||
- 8.8.8.8
|
||||
samba_resolv_conf_backup_path: /etc/resolv.conf.ansible.bak
|
||||
|
||||
# Internal state tracking
|
||||
samba_samdb_path: "/var/lib/samba/private/sam.ldb"
|
||||
samba_conf_path: "/etc/samba/smb.conf"
|
||||
|
||||
Reference in New Issue
Block a user