The *samba* role provides general configuration for Samba. Other roles will provide configuration for specific features such as Active Directory membership, file shares, etc.
6 lines
178 B
YAML
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
|