feat(authelia): add ansible role for authelia

This commit is contained in:
2022-04-10 11:05:40 +02:00
parent ddebf0618c
commit 884a71ed23
5 changed files with 609 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: Restart authelia container
docker_container:
name: "{{ authelia_container_name }}"
state: started
restart: yes
listen: restart-authelia