2022-11-20 14:43:30 +00:00
|
|
|
---
|
|
|
|
|
2023-03-07 15:28:10 +00:00
|
|
|
- tags:
|
2022-11-25 14:02:51 +00:00
|
|
|
- setup-all
|
|
|
|
- setup-synapse-reverse-proxy-companion
|
|
|
|
- setup-synapse
|
|
|
|
- install-all
|
|
|
|
- install-synapse-reverse-proxy-companion
|
|
|
|
- install-synapse
|
2023-03-07 15:28:10 +00:00
|
|
|
block:
|
|
|
|
- when: matrix_synapse_reverse_proxy_companion_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2022-11-20 14:43:30 +00:00
|
|
|
|
2023-03-07 15:28:10 +00:00
|
|
|
- tags:
|
2022-11-20 14:43:30 +00:00
|
|
|
- setup-all
|
|
|
|
- setup-synapse-reverse-proxy-companion
|
|
|
|
- setup-synapse
|
2023-03-07 15:28:10 +00:00
|
|
|
block:
|
|
|
|
- when: not matrix_synapse_reverse_proxy_companion_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|