xoxys.authelia/molecule/rocky8/converge.yml
Robert Kaussow e8c3918868
All checks were successful
continuous-integration/drone/push Build is passing
feat: add test for Rocky Linux 8 (#1)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2022-01-26 21:11:00 +01:00

17 lines
456 B
YAML

---
- name: Converge
hosts: all
vars:
authelia_default_redirection_url: https://github.com
authelia_local_users:
- name: john
config:
displayname: "John Doe"
# password: secure
password: "$argon2id$v=19$m=65536,t=1,p=8$SlBqNXJJRStlbHVMOVZLTQ$lMMqeHsREAoJWHFvzIYMopkdJlrQgfGEIqXI5GiZYng"
email: john.doe@example.com
groups:
- admins
roles:
- role: xoxys.authelia