Add more service databases to terraform

This commit is contained in:
Tobias Reisinger 2024-09-28 02:59:34 +02:00
parent 43baf205dc
commit ad2d3c6c06
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
9 changed files with 39 additions and 22 deletions
roles/wiki_js/vars

View file

@ -8,9 +8,9 @@ wiki_js_svc:
db:
host: "{{ postgres.host }}"
port: "{{ postgres.port }}"
user: "{{ vault_wiki_js.db.user }}"
pass: "{{ vault_wiki_js.db.pass }}"
name: wikijs
user: "{{ opentofu.postgresql_service_roles.wiki_js.name }}"
pass: "{{ opentofu.postgresql_service_roles.wiki_js.password }}"
name: wiki_js
wiki_js_env:
DB_TYPE: postgres