--- - 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 }}"