Add vikunja opentofu stuff and fix some issues
This commit is contained in:
parent
6f77230c15
commit
1831cddffa
11 changed files with 49 additions and 36 deletions
roles/acme_dns/vars
|
@ -10,9 +10,9 @@ acme_dns_svc:
|
|||
db:
|
||||
host: "{{ postgres.host }}"
|
||||
port: "{{ postgres.port }}"
|
||||
user: "{{ opentofu.postgresql_service_roles.acme_dns.name }}"
|
||||
pass: "{{ opentofu.postgresql_service_roles.acme_dns.password }}"
|
||||
db: acme_dns
|
||||
user: "{{ opentofu.postgresql_data.acme_dns.user }}"
|
||||
pass: "{{ opentofu.postgresql_data.acme_dns.pass }}"
|
||||
db: "{{ opentofu.postgresql_data.acme_dns.database }}"
|
||||
|
||||
acme_dns_compose:
|
||||
watchtower: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue