mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 10:47:32 +01:00
61216d51cc
This also makes it handle the `/_matrix/client/v3/register` endpoint, not just `/_matrix/client/r0/register`
21 lines
641 B
YAML
21 lines
641 B
YAML
---
|
|
|
|
- tags:
|
|
- setup-all
|
|
- setup-matrix-ldap-registration-proxy
|
|
- install-all
|
|
- install-matrix-ldap-registration-proxy
|
|
block:
|
|
- when: matrix_ldap_registration_proxy_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
- when: matrix_ldap_registration_proxy_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
- tags:
|
|
- setup-all
|
|
- setup-matrix-ldap-registration-proxy
|
|
block:
|
|
- when: not matrix_ldap_registration_proxy_enabled | bool
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|