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

9 lines
215 B
Plaintext
Raw Normal View History

2021-05-30 23:42:39 +02:00
#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 %}