Add more service databases to terraform
This commit is contained in:
parent
43baf205dc
commit
ad2d3c6c06
9 changed files with 39 additions and 22 deletions
roles/acme_dns/vars
|
@ -10,8 +10,8 @@ acme_dns_svc:
|
|||
db:
|
||||
host: "{{ postgres.host }}"
|
||||
port: "{{ postgres.port }}"
|
||||
user: "{{ vault_acmedns.db.user }}"
|
||||
pass: "{{ vault_acmedns.db.pass }}"
|
||||
user: "{{ opentofu.postgresql_service_roles.acme_dns.name }}"
|
||||
pass: "{{ opentofu.postgresql_service_roles.acme_dns.password }}"
|
||||
db: acme_dns
|
||||
|
||||
acme_dns_compose:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue