2022-02-06 04:32:54 +08:00
|
|
|
---
|
|
|
|
|
2022-11-18 20:00:27 +08:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/system_check.yml"
|
2019-02-28 17:51:09 +08:00
|
|
|
tags:
|
|
|
|
- always
|
|
|
|
|
2022-11-18 20:00:27 +08:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/sanity_check.yml"
|
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
|
2020-05-06 14:43:30 +08:00
|
|
|
# This needs to always run, because it populates `matrix_user_uid` and `matrix_user_gid`,
|
|
|
|
# which are required by many other roles.
|
2022-07-18 16:22:05 +08:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_matrix_user.yml"
|
|
|
|
when: run_setup | bool
|
2020-05-06 14:43:30 +08:00
|
|
|
tags:
|
|
|
|
- always
|
2020-05-06 14:55:40 +08:00
|
|
|
- setup-system-user
|
2022-11-18 20:00:27 +08:00
|
|
|
- common
|
2020-05-06 14:43:30 +08:00
|
|
|
|
2022-07-18 16:22:05 +08:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_matrix_base.yml"
|
|
|
|
when: run_setup | bool
|
2019-01-12 23:53:00 +08:00
|
|
|
tags:
|
|
|
|
- setup-all
|
2022-11-18 20:00:27 +08:00
|
|
|
- common
|
2019-01-12 23:53:00 +08:00
|
|
|
|
2022-07-18 16:22:05 +08:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_well_known.yml"
|
|
|
|
when: run_setup | bool
|
2019-01-12 23:53:00 +08:00
|
|
|
tags:
|
|
|
|
- setup-all
|
2020-01-09 05:31:44 +08:00
|
|
|
- setup-ma1sd
|
2019-01-12 23:53:00 +08:00
|
|
|
- setup-synapse
|
2022-01-07 19:32:43 +08:00
|
|
|
- setup-dendrite
|
2019-01-12 23:53:00 +08:00
|
|
|
- setup-nginx-proxy
|