Add mailcow to terraform

This commit is contained in:
Tobias Reisinger 2024-10-29 22:43:05 +01:00
parent d73462cd90
commit f20b2596d0
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
18 changed files with 135 additions and 35 deletions
playbooks/roles/synapse/vars

View file

@ -92,10 +92,10 @@ synapse_yml:
email:
smtp_host: mail.serguzim.me
smtp_port: 587
smtp_user: matrix@serguzim.me
smtp_pass: "{{ vault_synapse.mail.pass }}"
smtp_user: "{{ opentofu.mailcow_data.synapse.address }}"
smtp_pass: "{{ opentofu.mailcow_data.synapse.password }}"
require_transport_security: true
notif_from: Matrix <matrix@serguzim.me>
notif_from: "matrix <{{ opentofu.mailcow_data.synapse.address }}>"
synapse_compose:
watchtower: true