diff --git a/ansible/roles/authelia/defaults/main.json b/ansible/roles/authelia/defaults/main.json index de2bc43..af34caa 100644 --- a/ansible/roles/authelia/defaults/main.json +++ b/ansible/roles/authelia/defaults/main.json @@ -29,7 +29,5 @@ "var_authelia_notification_smtp_username": "authelia", "var_authelia_notification_smtp_password": "REPLACE_ME", "var_authelia_notification_smtp_sender": "Authelia", - "var_authelia_oidc_hmac_secret": "REPLACE_ME", - "var_authelia_domain": "authelia.example.org", - "var_authelia_webportal_kind": "none" + "var_authelia_oidc_hmac_secret": "REPLACE_ME" }