refactor(authelia): add state and deployment_method role parameters
This commit is contained in:
@ -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 }}"
|
||||
|
Reference in New Issue
Block a user