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/wiki_js/vars
|
@ -8,9 +8,9 @@ wiki_js_svc:
|
|||
db:
|
||||
host: "{{ postgres.host }}"
|
||||
port: "{{ postgres.port }}"
|
||||
user: "{{ opentofu.postgresql_service_roles.wiki_js.name }}"
|
||||
pass: "{{ opentofu.postgresql_service_roles.wiki_js.password }}"
|
||||
name: wiki_js
|
||||
user: "{{ opentofu.postgresql_data.wiki_js.user }}"
|
||||
pass: "{{ opentofu.postgresql_data.wiki_js.pass }}"
|
||||
name: "{{ opentofu.postgresql_data.wiki_js.database }}"
|
||||
|
||||
wiki_js_env:
|
||||
DB_TYPE: postgres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue