Add mailcow to terraform
This commit is contained in:
parent
d73462cd90
commit
f20b2596d0
18 changed files with 135 additions and 35 deletions
playbooks/roles/vikunja/vars
|
@ -28,9 +28,9 @@ vikunja_yml:
|
|||
enabled: true
|
||||
host: "{{ mailer.host }}"
|
||||
port: "{{ mailer.port }}"
|
||||
username: "{{ vault_vikunja.mailer.user }}"
|
||||
password: "{{ vault_vikunja.mailer.pass }}"
|
||||
fromemail: "{{ vault_vikunja.mailer.user }}"
|
||||
username: "{{ opentofu.mailcow_data.vikunja.address }}"
|
||||
password: "{{ opentofu.mailcow_data.vikunja.password }}"
|
||||
fromemail: "{{ opentofu.mailcow_data.vikunja.address }}"
|
||||
|
||||
auth:
|
||||
local:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue