feat(authelia): add state absent support

This commit is contained in:
2025-02-26 20:51:21 +01:00
parent 6a420416db
commit 94404387cc
4 changed files with 91 additions and 62 deletions

View File

@ -3,6 +3,8 @@ authelia_version: "4.38.19"
authelia_user: authelia
authelia_base_dir: /opt/authelia
authelia_domain: authelia.example.org
authelia_state: present
authelia_deployment_method: docker
authelia_config_dir: "{{ authelia_base_dir }}/config"
authelia_config_file: "{{ authelia_config_dir }}/config.yaml"