From 1e9cc013a4dc765760379115f5651bbeda0c400b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 5 Aug 2021 21:54:59 +0200 Subject: [PATCH] fix: adjust config to work with 4.30.x --- defaults/main.yml | 2 +- templates/conf/authelia.yml.j2 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index c0c168d..13382f1 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,5 +1,5 @@ --- -authelia_version: 4.29.4 +authelia_version: 4.30.1 authelia_user: "authelia_adm" authelia_user_home: "/home/{{ authelia_user }}" authelia_group: "{{ authelia_user }}" diff --git a/templates/conf/authelia.yml.j2 b/templates/conf/authelia.yml.j2 index f0a6ebc..c45a7d8 100644 --- a/templates/conf/authelia.yml.j2 +++ b/templates/conf/authelia.yml.j2 @@ -1,17 +1,17 @@ #jinja2: lstrip_blocks: True {{ ansible_managed | comment }} -host: {{ authelia_bind_ip }} -port: {{ authelia_bind_port }} - theme: {{ authelia_theme }} server: + host: {{ authelia_bind_ip }} + port: {{ authelia_bind_port }} read_buffer_size: 4096 write_buffer_size: 4096 path: "" -log_level: {{ authelia_log_level }} +log: + level: {{ authelia_log_level }} jwt_secret: {{ authelia_jwt_secret }} {% if authelia_default_redirection_url is defined %}