ansible-roles/roles/samba/templates/rsyncd.conf.j2
2021-12-01 19:13:34 +01:00

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 %}