fix: add authentik blueprints for partly automated configuration
This commit is contained in:
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"
|
Reference in New Issue
Block a user