feat(authelia): add ansible role for authelia
This commit is contained in:
8
roles/authelia/handlers/main.yml
Normal file
8
roles/authelia/handlers/main.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Restart authelia container
|
||||
docker_container:
|
||||
name: "{{ authelia_container_name }}"
|
||||
state: started
|
||||
restart: yes
|
||||
listen: restart-authelia
|
Reference in New Issue
Block a user