2022-02-05 21:32:54 +01:00
|
|
|
---
|
|
|
|
|
2023-03-07 16:28:10 +01:00
|
|
|
- tags:
|
2022-11-23 14:52:58 +01:00
|
|
|
- setup-all
|
|
|
|
- setup-synapse
|
2022-12-09 09:15:06 +01:00
|
|
|
- install-all
|
|
|
|
- install-synapse
|
|
|
|
- setup-synapse-reverse-proxy-companion
|
|
|
|
- install-synapse-reverse-proxy-companion
|
2022-11-23 14:52:58 +01:00
|
|
|
- start
|
|
|
|
- start-all
|
|
|
|
- start-group
|
|
|
|
- restart
|
|
|
|
- restart-all
|
|
|
|
- restart-group
|
|
|
|
- stop
|
|
|
|
- stop-all
|
|
|
|
- stop-group
|
2023-03-07 16:28:10 +01:00
|
|
|
block:
|
|
|
|
- when: matrix_synapse_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/init.yml"
|
2019-01-12 16:53:00 +01:00
|
|
|
|
2023-03-07 16:28:10 +01:00
|
|
|
- tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-synapse
|
|
|
|
- install-all
|
|
|
|
- install-synapse
|
|
|
|
block:
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: matrix_synapse_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2019-01-16 17:05:48 +01:00
|
|
|
|
2022-11-24 15:27:11 +01:00
|
|
|
- when: matrix_synapse_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2023-03-07 16:28:10 +01:00
|
|
|
|
|
|
|
- tags:
|
2022-11-25 15:02:51 +01:00
|
|
|
- setup-all
|
|
|
|
- setup-synapse
|
2023-03-07 16:28:10 +01:00
|
|
|
block:
|
2023-08-29 13:53:28 +02:00
|
|
|
# This always runs because it handles uninstallation for sub-components too.
|
|
|
|
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2019-01-12 16:53:00 +01:00
|
|
|
|
2023-03-07 16:28:10 +01:00
|
|
|
- tags:
|
|
|
|
- import-synapse-media-store
|
|
|
|
block:
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: matrix_synapse_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/import_media_store.yml"
|
2019-01-12 16:53:00 +01:00
|
|
|
|
2023-05-02 12:32:35 +02:00
|
|
|
- tags:
|
|
|
|
- import-synapse-sqlite-db
|
|
|
|
block:
|
|
|
|
- when: matrix_synapse_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/import_synapse_sqlite_db.yml"
|
|
|
|
|
2023-03-07 16:28:10 +01:00
|
|
|
- tags:
|
|
|
|
- register-user
|
|
|
|
block:
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: matrix_synapse_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/register_user.yml"
|
2019-01-12 16:53:00 +01:00
|
|
|
|
2023-03-07 16:28:10 +01:00
|
|
|
- tags:
|
|
|
|
- update-user-password
|
|
|
|
block:
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: matrix_synapse_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/update_user_password.yml"
|
2019-04-30 15:30:26 +02:00
|
|
|
|
2023-03-07 16:28:10 +01:00
|
|
|
- tags:
|
|
|
|
- rust-synapse-compress-state
|
|
|
|
block:
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: matrix_synapse_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/rust-synapse-compress-state/main.yml"
|
2019-05-14 16:47:22 +02:00
|
|
|
|
2023-03-07 16:28:10 +01:00
|
|
|
- tags:
|
|
|
|
- self-check
|
|
|
|
block:
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: matrix_synapse_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/self_check_client_api.yml"
|
|
|
|
|
|
|
|
- when: matrix_synapse_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/self_check_federation_api.yml"
|