Add authentik to ansible

This commit is contained in:
Tobias Reisinger 2023-12-12 01:41:08 +01:00
parent c533d203a0
commit 7f35b14f94
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 70 additions and 68 deletions
_ansible/roles/authentik/tasks

View file

@ -0,0 +1,7 @@
---
- name: Deploy {{ svc.name }}
tags:
- authentik
- authentication
block:
- import_tasks: deploy-common-service.yml