Files
configpolicy/roles/samba-dc/defaults/main.yml
Dustin C. Hatch 948079dafa r/samba-dc: Configure samba logging
Send logs to the systemd journal for easier viewing and disable logging
to a file.  Also, the `samba_dc_log_level` variable can control the log
level (0-10, 0 being off, 10 being insane debugging).
2021-11-07 16:18:51 -06:00

6 lines
195 B
YAML

samba_dc_use_rfc2307: true
samba_is_first_dc: false
samba_dc_log_level: 3
workgroup: '{{ krb5_realm.split(".")[0] if krb5_realm is defined else "WORKGROUP" }}'
winbind_template_homedir: /home/%U