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

@ -1,4 +1,9 @@
---
authelia_states:
- "present"
- "absent"
authelia_deployment_methods:
- "docker"
authelia_run_user: "{{ (authelia_user_info.uid) if authelia_user_info is defined else authelia_user }}"
authelia_run_group: "{{ (authelia_user_info.group) if authelia_user_info is defined else authelia_user }}"