mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +02:00
11 lines
231 B
Django/Jinja
11 lines
231 B
Django/Jinja
[sysvol]
|
|
path = /var/lib/samba/sysvol/
|
|
comment = DC sysvol
|
|
uid = root
|
|
gid = root
|
|
read only = yes
|
|
{% if samba_sysvol_rsync_pass is defined %}
|
|
auth users = sysvol-replication
|
|
secrets file = /etc/samba/rsync-sysvol.secret
|
|
{% endif %}
|