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/tinytinyrss/vars
|
@ -7,8 +7,8 @@ tinytinyrss_svc:
|
|||
host: "{{ postgres.host }}"
|
||||
port: "{{ postgres.port }}"
|
||||
database: tinytinyrss
|
||||
user: "{{ vault_tinytinyrss.db.user }}"
|
||||
pass: "{{ vault_tinytinyrss.db.pass }}"
|
||||
user: "{{ opentofu.postgresql_service_roles.tinytinyrss.name }}"
|
||||
pass: "{{ opentofu.postgresql_service_roles.tinytinyrss.password }}"
|
||||
|
||||
tinytinyrss_env:
|
||||
TTRSS_DB_TYPE: pgsql
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue