Provide secrets for engelsystem VM from pass
This commit is contained in:
parent
f695afa981
commit
a12b38b284
2 changed files with 3 additions and 4 deletions
|
@ -18,9 +18,8 @@ services:
|
|||
MAIL_HOST: send-only-mailserver.ccchh.net
|
||||
MAIL_PORT: 465
|
||||
MAIL_ENCRYPTION: tls
|
||||
# MAIL_USERNAME and MAIL_PASSWORD are loaded from env file
|
||||
env_file:
|
||||
- engelsystem_secrets.env # Must be managed by the admin manually. Not managed by Ansible.
|
||||
MAIL_USERNAME: aes
|
||||
MAIL_PASSWORD: {{ lookup("community.general.passwordstore", "vm-secrets/engelsystem/MAIL_PASSWORD", create=false, missing="error") }}
|
||||
ports:
|
||||
- "5080:80"
|
||||
networks:
|
Loading…
Add table
Add a link
Reference in a new issue