Files
configpolicy/roles/samba/defaults/main.yml
Dustin C. Hatch 4546cffeba roles/samba: Basic Samba configuration
The *samba* role provides general configuration for Samba. Other roles
will provide configuration for specific features such as Active
Directory membership, file shares, etc.
2018-03-11 18:16:17 -05:00

6 lines
178 B
YAML

workgroup: '{{ krb5_realm.split(".")[0] if krb5_realm is defined else "WORKGROUP" }}'
samba_security: server
samba_use_smbd: false
samba_use_nmbd: false
samba_use_winbind: false