Use new secrets path for z9 vm-secrets

This commit is contained in:
June 2023-08-04 13:53:22 +02:00 committed by julian
commit 2825c5089f
3 changed files with 5 additions and 5 deletions

View file

@ -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: