2022-08-21 09:04:47 +00:00
|
|
|
---
|
|
|
|
|
2022-11-23 13:52:58 +00:00
|
|
|
- when: matrix_ldap_registration_proxy_enabled | bool
|
|
|
|
ansible.builtin.import_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"
|
2022-08-21 09:04:47 +00:00
|
|
|
tags:
|
2022-11-23 13:52:58 +00:00
|
|
|
- setup-all
|
|
|
|
- setup-nginx-proxy
|
2022-08-21 09:04:47 +00:00
|
|
|
|
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2022-09-06 09:01:35 +00:00
|
|
|
when: "run_setup | bool and matrix_ldap_registration_proxy_enabled | bool"
|
2022-08-21 09:04:47 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-matrix-ldap-registration-proxy
|
|
|
|
|
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2022-09-06 09:01:35 +00:00
|
|
|
when: "run_setup | bool and matrix_ldap_registration_proxy_enabled | bool"
|
2022-08-21 09:04:47 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-matrix-ldap-registration-proxy
|
|
|
|
|
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2022-09-06 09:01:35 +00:00
|
|
|
when: "run_setup | bool and not matrix_ldap_registration_proxy_enabled | bool"
|
2022-08-21 09:04:47 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-matrix-ldap-registration-proxy
|