templier-ansible/roles/nginx/templates/nginx/passwd.j2

5 lines
118 B
Django/Jinja

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