Add authentik ldap outpost role
This commit is contained in:
12
roles/authentik_ldap/tasks/main.yaml
Normal file
12
roles/authentik_ldap/tasks/main.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Authentik ldap container
|
||||
ansible.builtin.include_role:
|
||||
name: service
|
||||
vars:
|
||||
docker_service: authentik-ldap
|
||||
docker_image: beryju/authentik-ldap:{{ authentik_ldap_tag }}
|
||||
reverse_proxy_type: none
|
||||
docker_env:
|
||||
AUTHENTIK_HOST: "{{ authentik_ldap_authentik_address }}"
|
||||
AUTHENTIK_INSECURE: 'false'
|
||||
AUTHENTIK_TOKEN: "{{ authentik_ldap_outpost_token }}"
|
||||
Reference in New Issue
Block a user