fix: add authentik blueprints for partly automated configuration

This commit is contained in:
Iurii Tatishchev 2023-04-03 01:41:34 -07:00
parent 7e94d27824
commit 20ce67472d
Signed by: CaZzzer
GPG Key ID: 9A156B7DA6398968
3 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,2 @@
- name: "Docker compose steps for {{ current_svc_name }}"
import_tasks: "{{ playbook_dir }}/contrib/docker_compose_template_task_list.yml"

View File

@ -0,0 +1,5 @@
---
current_svc_name: authentik
current_svc_path: "{{ my_svc_path }}/{{ current_svc_name }}"
templates_source: "{{ role_path }}/templates"

View File

@ -2,6 +2,7 @@
roles: roles:
- docker_host - docker_host
- traefik - traefik
- authentik
- nextcloud - nextcloud
- jellyfin - jellyfin
- gitea - gitea