homelab/authentik.yml
2024-10-19 13:00:15 +05:00

7 lines
227 B
YAML

---
- hosts: webservers
roles:
- name: authentik
postgresql_password: "{{ postgresql_users.authentik }}"
secret_key: "{{ authentik.secret_key }}"
smtp_pasword: "{{ mail_users['auth@comfycamp.space'] }}"