templier-ansible/roles/nginx/templates/nginx/passwd.j2
Yohann D'ANELLO 8c4684a450
[nginx] setup nginx
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2021-05-25 09:48:58 +02:00

5 lines
118 B
Django/Jinja

{{ ansible_header | comment }}
{% for user, hash in nginx.auth_passwd.items() -%}
{{ user }}:{{ hash }}
{% endfor -%}