The *samba* role provides general configuration for Samba. Other roles will provide configuration for specific features such as Active Directory membership, file shares, etc.
5 lines
154 B
YAML
5 lines
154 B
YAML
samba_daemon_list:
|
|
- '{% if samba_use_smbd %}smbd{% endif %}'
|
|
- '{% if samba_use_nmbd %}nmbd{% endif %}'
|
|
- '{% if samba_use_winbind %}winbind{% endif %}'
|