Add mailcow to terraform
This commit is contained in:
parent
d73462cd90
commit
f20b2596d0
18 changed files with 135 additions and 35 deletions
playbooks/roles/synapse/vars
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue