2024-12-08 02:40:11 +09:00
|
|
|
# SPDX-FileCopyrightText: 2022 MDAD Team and contributors
|
2024-12-08 01:34:44 +09:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
2022-11-20 16:43:30 +02:00
|
|
|
---
|
|
|
|
|
2023-03-07 17:28:10 +02:00
|
|
|
- tags:
|
2022-11-25 16:02:51 +02:00
|
|
|
- setup-all
|
|
|
|
- setup-synapse-reverse-proxy-companion
|
|
|
|
- setup-synapse
|
|
|
|
- install-all
|
|
|
|
- install-synapse-reverse-proxy-companion
|
|
|
|
- install-synapse
|
2023-03-07 17:28:10 +02:00
|
|
|
block:
|
2024-01-03 17:05:59 +02:00
|
|
|
- when: matrix_synapse_reverse_proxy_companion_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
|
2023-03-07 17:28:10 +02:00
|
|
|
- when: matrix_synapse_reverse_proxy_companion_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2022-11-20 16:43:30 +02:00
|
|
|
|
2023-03-07 17:28:10 +02:00
|
|
|
- tags:
|
2022-11-20 16:43:30 +02:00
|
|
|
- setup-all
|
|
|
|
- setup-synapse-reverse-proxy-companion
|
|
|
|
- setup-synapse
|
2023-03-07 17:28:10 +02:00
|
|
|
block:
|
|
|
|
- when: not matrix_synapse_reverse_proxy_companion_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|