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.
This commit is contained in:
2018-03-11 18:10:57 -05:00
parent f16b7557cd
commit 4546cffeba
8 changed files with 131 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
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