mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-03-30 11:00
This commit is contained in:
BIN
roles/wapt_server/templates/.rsyncd.conf.j2.swp
Normal file
BIN
roles/wapt_server/templates/.rsyncd.conf.j2.swp
Normal file
Binary file not shown.
10
roles/wapt_server/templates/rsyncd.conf.j2
Normal file
10
roles/wapt_server/templates/rsyncd.conf.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
[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 %}
|
Reference in New Issue
Block a user