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/umami/vars
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
umami_db_host: "{{ postgres.host }}"
|
||||
umami_db_user: "{{ opentofu.postgresql_service_roles.umami.name }}"
|
||||
umami_db_pass: "{{ opentofu.postgresql_service_roles.umami.password }}"
|
||||
umami_db_database: umami
|
||||
umami_db_user: "{{ opentofu.postgresql_data.umami.user }}"
|
||||
umami_db_pass: "{{ opentofu.postgresql_data.umami.pass }}"
|
||||
umami_db_database: "{{ opentofu.postgresql_data.umami.database }}"
|
||||
|
||||
umami_hash_salt: "{{ vault_umami.hash_salt }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue