xoxys.authelia/templates/conf/users_database.yml.j2

9 lines
215 B
Django/Jinja

#jinja2: lstrip_blocks: True
{{ ansible_managed | comment }}
users:
{% for user in authelia_auth_local_users %}
{{ user.name }}:
{{ user.config | to_nice_yaml(indent=2) | indent(4, False) }}
{% endfor %}