infrastructure/ansible/roles/authentik/vars/main.yml

5 lines
244 B
YAML
Raw Normal View History

authentik_secret_key: "{{ vault_authentik_secret_key }}"
2022-09-22 08:47:01 +01:00
authentik_email_username: "{{ vault_authentik_email_username }}"
authentik_email_password: "{{ vault_authentik_email_password }}"
authentik_email_from: "{{ vault_authentik_email_from }}"