You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-homelab/roles/portainer_authelia/templates/users_database.j2

9 lines
303 B
Django/Jinja

users:
chatton:
displayname: "chatton" #whatever you want the display name to be
password: "{{ chatton_user_password_hash }}" #generated at https:/cargon2.online/
email: "{{ authelia_email }}"
groups: #enter the groups you want the user to be part of belowc
- admins
- dev