12 lines
270 B
Django/Jinja
12 lines
270 B
Django/Jinja
# {{ ansible_managed }}
|
|
# see: roles/common/tasks/samba-config-server.yml
|
|
|
|
/data/** r,
|
|
/data/samba/QUARANTINE/** rw,
|
|
{% if samba_homes_virusfilter | default(false) | bool %}
|
|
{{ nis_base_home }}/** r,
|
|
{% if nis_base_home != '/home' %}
|
|
/home/** r,
|
|
{% endif %}
|
|
{% endif %}
|