1
0

Authelia: move secrets to separate file

This commit is contained in:
2025-08-07 15:07:51 +03:00
parent bcd8e62691
commit 4be8d297ba
5 changed files with 1819 additions and 3727 deletions

View File

@@ -46,8 +46,9 @@ tasks:
- >
ansible localhost
--module-name template
--args "src=files/authelia/configuration.yml.j2 dest={{.DEST_FILE}}"
--args "src=files/authelia/configuration.template.yml dest={{.DEST_FILE}}"
--extra-vars "@vars/secrets.yml"
--extra-vars "@files/authelia/secrets.yml"
- defer: rm -f {{.DEST_FILE}}
- >
{{.AUTHELIA_DOCKER}}