mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-26 07:05:19 +02:00
11 lines
206 B
Django/Jinja
11 lines
206 B
Django/Jinja
[waptrepo]
|
|
path = /var/www/html
|
|
comment = WAPT Repository
|
|
uid = root
|
|
gid = root
|
|
read only = yes
|
|
{% if wapt_rsync_pass is defined %}
|
|
auth users = wapt
|
|
secrets file = /opt/wapt/conf/rsync.secrets
|
|
{% endif %}
|