Add Authelia #44

Merged
lukas merged 15 commits from add-authelia into main 2021-06-20 19:55:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8658efa4d9 - Show all commits

View File

@ -34,6 +34,6 @@
- name: copy nginx conf - name: copy nginx conf
template: template:
src: "authelia.conf.j2" src: "authelia.conf.j2"
dest: "{{ data_folder }}/nginx/conf.d/{{ role_name}}.{{ base_domain }}.conf" dest: "{{ data_folder }}/nginx/conf.d/{{ role_name }}.{{ base_domain }}.conf"
mode: "755" mode: "755"
notify: reload nginx notify: reload nginx