17 lines
508 B
Django/Jinja
17 lines
508 B
Django/Jinja
---
|
|
authentik:
|
|
secret_key: "{{ noble_authentik_secret_key }}"
|
|
postgresql:
|
|
password: "{{ noble_authentik_postgresql_password }}"
|
|
global:
|
|
env:
|
|
- name: AUTHENTIK_BOOTSTRAP_TOKEN
|
|
value: "{{ noble_authentik_bootstrap_token }}"
|
|
- name: AUTHENTIK_BOOTSTRAP_EMAIL
|
|
value: "{{ noble_authentik_bootstrap_email }}"
|
|
- name: AUTHENTIK_BOOTSTRAP_PASSWORD
|
|
value: "{{ noble_authentik_bootstrap_password }}"
|
|
postgresql:
|
|
auth:
|
|
password: "{{ noble_authentik_postgresql_password }}"
|