2024-10-19 13:00:15 +05:00
|
|
|
---
|
|
|
|
- hosts: webservers
|
|
|
|
roles:
|
|
|
|
- name: authentik
|
|
|
|
postgresql_password: "{{ postgresql_users.authentik }}"
|
|
|
|
secret_key: "{{ authentik.secret_key }}"
|
2024-10-20 15:03:25 +05:00
|
|
|
smtp_password: "{{ mail_users['auth@comfycamp.space'] }}"
|
|
|
|
ldap_outpost_token: "{{ authentik.ldap_outpost_token }}"
|