Add rest of database services to terraform

This commit is contained in:
Tobias Reisinger 2024-09-28 22:43:47 +02:00
parent 1831cddffa
commit d0388ef6d6
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 80 additions and 21 deletions
roles/authentik/vars

View file

@ -6,9 +6,9 @@ authentik_svc:
image_tag: 2024.8
db:
host: "{{ postgres.host }}"
database: authentik
user: "{{ vault_authentik.db.user }}"
pass: "{{ vault_authentik.db.pass }}"
user: "{{ opentofu.postgresql_data.authentik.user }}"
pass: "{{ opentofu.postgresql_data.authentik.pass }}"
database: "{{ opentofu.postgresql_data.authentik.database }}"
authentik_env:
AUTHENTIK_SECRET_KEY: "{{ vault_authentik.secret_key }}"