Use new secrets path, bc of noc pass store merge into general store

This commit is contained in:
June 2023-07-29 23:15:00 +02:00 committed by julian
commit 8a2c2769c8
3 changed files with 5 additions and 5 deletions

View file

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