Add email to authentik

This commit is contained in:
Jake Howard
2022-09-22 08:47:01 +01:00
parent 98f2eea59b
commit 92fdfd252a
3 changed files with 27 additions and 8 deletions

View File

@ -1 +1,4 @@
authentik_secret_key: "{{ vault_authentik_secret_key }}"
authentik_email_username: "{{ vault_authentik_email_username }}"
authentik_email_password: "{{ vault_authentik_email_password }}"
authentik_email_from: "{{ vault_authentik_email_from }}"