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