infra/roles/authentik/templates/authentik.env

8 lines
466 B
Bash
Raw Normal View History

2024-02-04 00:16:58 +00:00
AUTHENTIK_REDIS__HOST=10.88.0.1
AUTHENTIK_POSTGRESQL__HOST=10.88.0.1
AUTHENTIK_POSTGRESQL__USER=authentik
AUTHENTIK_POSTGRESQL__NAME=authentik
AUTHENTIK_POSTGRESQL__PASSWORD={{ lookup('ansible.builtin.password', 'secrets/' + inventory_hostname + '/authentik-pg-password.txt', length=15) }}
AUTHENTIK_SECRET_KEY={{ lookup('ansible.builtin.password', 'secrets/' + inventory_hostname + '/authentik-secret-key.txt', length=15) }}
AUTHENTIK_ERROR_REPORTING__ENABLED=true