mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2022-10-19 17:00
This commit is contained in:
6
roles/nas/templates/rsync.secrets.j2
Normal file
6
roles/nas/templates/rsync.secrets.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
{% if item.protocols.rsync.enabled and item.protocols.rsync.users is defined and item.protocols.rsync.users.keys() | list | length > 0 %}
|
||||
{% for user in item.protocols.rsync.users.keys() | list %}
|
||||
{{ user }}:{{ item.protocols.rsync.users[user] }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user