Use new secrets path for z9 vm-secrets
This commit is contained in:
parent
3d238d9f63
commit
2825c5089f
3 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ services:
|
|||
MAIL_PORT: 465
|
||||
MAIL_ENCRYPTION: tls
|
||||
MAIL_USERNAME: aes
|
||||
MAIL_PASSWORD: {{ lookup("community.general.passwordstore", "noc/vm-secrets/engelsystem/MAIL_PASSWORD", create=false, missing="error") }}
|
||||
MAIL_PASSWORD: {{ lookup("community.general.passwordstore", "noc/vm-secrets/z9/engelsystem/MAIL_PASSWORD", create=false, missing="error") }}
|
||||
ports:
|
||||
- "5080:80"
|
||||
networks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue