From e6021f4a9c2250605bb1b5c8c12730609318f3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Sun, 17 Dec 2023 00:16:15 +0100 Subject: [PATCH] [fix] role:authelia --- ansible/roles/authelia/defaults/main.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ansible/roles/authelia/defaults/main.json b/ansible/roles/authelia/defaults/main.json index 44809f8..4dd3749 100644 --- a/ansible/roles/authelia/defaults/main.json +++ b/ansible/roles/authelia/defaults/main.json @@ -2,11 +2,11 @@ "var_authelia_version": "4.37.5", "var_authelia_architecture": "amd64", "var_authelia_listen_address": "0.0.0.0", - "var_authelia_jwt_secret": "authelia_jwt_secret", + "var_authelia_jwt_secret": "REPLACE_ME", "var_authelia_users_file_path": "/var/authelia/users.yml", "var_authelia_log_file_path": "/var/log/authelia.log", "var_authelia_session_domain": "example.org", - "var_authelia_session_secret": "session_secret", + "var_authelia_session_secret": "REPLACE_ME", "var_authelia_storage_path": "/var/authelia/state.db", "var_authelia_storage_encryption_key": "storage_encryption_key", "var_authelia_ntp_server": "time.cloudflare.com:123", @@ -15,8 +15,7 @@ "var_authelia_notification_smtp_host": "smtp.example.org", "var_authelia_notification_smtp_port": "465", "var_authelia_notification_smtp_username": "authelia", - "var_authelia_notification_smtp_username": "smtp_password", - "var_authelia_notification_smtp_sender": "Authelia", + "var_authelia_notification_smtp_password": "smtp_password", "var_authelia_notification_smtp_sender": "Authelia", "var_authelia_oidc_hmac_secret": "oidc_hmac_secret" }