fix: add authentik blueprints for partly automated configuration
This commit is contained in:
parent
7e94d27824
commit
20ce67472d
2
roles/authentik/tasks/main.yml
Normal file
2
roles/authentik/tasks/main.yml
Normal file
@ -0,0 +1,2 @@
|
||||
- name: "Docker compose steps for {{ current_svc_name }}"
|
||||
import_tasks: "{{ playbook_dir }}/contrib/docker_compose_template_task_list.yml"
|
5
roles/authentik/vars/main.yml
Normal file
5
roles/authentik/vars/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
current_svc_name: authentik
|
||||
current_svc_path: "{{ my_svc_path }}/{{ current_svc_name }}"
|
||||
|
||||
templates_source: "{{ role_path }}/templates"
|
@ -2,6 +2,7 @@
|
||||
roles:
|
||||
- docker_host
|
||||
- traefik
|
||||
- authentik
|
||||
- nextcloud
|
||||
- jellyfin
|
||||
- gitea
|
||||
|
Loading…
x
Reference in New Issue
Block a user