feat: add authentik role

This commit is contained in:
2026-07-05 22:18:43 +01:00
parent dd8e1e3fc9
commit 02af027e43
2 changed files with 42 additions and 0 deletions
@@ -0,0 +1,14 @@
- name: Ensure Authentik repository exists
kubernetes.core.helm_repository:
name: authentik
url: https://charts.goauthentik.io
- name: Ensure Authentik is installed
kubernetes.core.helm:
release_name: authentik
release_namespace: authentik
chart_ref: authentik/authentik
chart_version: "{{ kubernetes_authentik_chart_version }}"
create_namespace: true
values: "{{ kubernetes_authentik_values }}"
run_once: true