8 lines
291 B
YAML
8 lines
291 B
YAML
---
|
|
- hosts: webservers
|
|
roles:
|
|
- name: authentik
|
|
postgresql_password: "{{ postgresql_users.authentik }}"
|
|
secret_key: "{{ authentik.secret_key }}"
|
|
smtp_password: "{{ mail_users['auth@comfycamp.space'] }}"
|
|
ldap_outpost_token: "{{ authentik.ldap_outpost_token }}"
|