ansible for authentik deployment.

This commit is contained in:
2026-03-08 20:30:51 -05:00
parent 9605b9d3bd
commit 35c1bdb3bf
10 changed files with 323 additions and 178 deletions

View File

@@ -0,0 +1,8 @@
# ------------------------------------------------------------------------------
# FILE: roles/authentik/handlers/main.yml
# ------------------------------------------------------------------------------
- name: restart authentik
community.docker.docker_compose_v2:
project_src: "{{ authentik_base_dir }}"
state: restarted