Use new secrets path, bc of noc pass store merge into general store
This commit is contained in:
parent
23deedf0d6
commit
8a2c2769c8
3 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ services:
|
|||
MAIL_PORT: 465
|
||||
MAIL_ENCRYPTION: tls
|
||||
MAIL_USERNAME: aes
|
||||
MAIL_PASSWORD: {{ lookup("community.general.passwordstore", "vm-secrets/engelsystem/MAIL_PASSWORD", create=false, missing="error") }}
|
||||
MAIL_PASSWORD: {{ lookup("community.general.passwordstore", "noc/vm-secrets/engelsystem/MAIL_PASSWORD", create=false, missing="error") }}
|
||||
ports:
|
||||
- "5080:80"
|
||||
networks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue