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 @@
winbind_pkg: samba-winbind
smbd_svc: smb
nmbd_svc: nmb
winbind_svc: winbind
krb5_pkg: krb5-workstation

View File

@@ -0,0 +1,5 @@
winbind_pkg: samba
smbd_svc: samba
nmbd_svc: samba
winbind_svc: samba
krb5_pkg: mit-krb5

View File

@@ -0,0 +1,4 @@
samba_daemon_list:
- '{% if samba_use_smbd %}smbd{% endif %}'
- '{% if samba_use_nmbd %}nmbd{% endif %}'
- '{% if samba_use_winbind %}winbind{% endif %}'