diff --git a/ansible/roles/authelia/defaults/main.json b/ansible/roles/authelia/defaults/main.json index 89c4e12..de2bc43 100644 --- a/ansible/roles/authelia/defaults/main.json +++ b/ansible/roles/authelia/defaults/main.json @@ -27,7 +27,9 @@ "var_authelia_notification_smtp_host": "smtp.example.org", "var_authelia_notification_smtp_port": "465", "var_authelia_notification_smtp_username": "authelia", - "var_authelia_notification_smtp_password": "smtp_password", + "var_authelia_notification_smtp_password": "REPLACE_ME", "var_authelia_notification_smtp_sender": "Authelia", - "var_authelia_oidc_hmac_secret": "oidc_hmac_secret" + "var_authelia_oidc_hmac_secret": "REPLACE_ME", + "var_authelia_domain": "authelia.example.org", + "var_authelia_webportal_kind": "none" }