2019-02-28 09:51:09 +00:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/sanity_check.yml"
|
|
|
|
tags:
|
|
|
|
- always
|
|
|
|
|
2019-01-12 15:53:00 +00:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/clean_up_old_files.yml"
|
2019-05-21 15:25:59 +00:00
|
|
|
when: run_setup|bool
|
2019-01-12 15:53:00 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
|
2019-11-18 17:11:56 +00:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/server_base/setup.yml"
|
2019-05-21 15:25:59 +00:00
|
|
|
when: run_setup|bool
|
2019-01-12 15:53:00 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
|
2020-05-06 06:43:30 +00:00
|
|
|
# This needs to always run, because it populates `matrix_user_uid` and `matrix_user_gid`,
|
|
|
|
# which are required by many other roles.
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_matrix_user.yml"
|
|
|
|
when: run_setup|bool
|
|
|
|
tags:
|
|
|
|
- always
|
2020-05-06 06:55:40 +00:00
|
|
|
- setup-system-user
|
2020-05-06 06:43:30 +00:00
|
|
|
|
2019-01-12 15:53:00 +00:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_matrix_base.yml"
|
2019-05-21 15:25:59 +00:00
|
|
|
when: run_setup|bool
|
2019-01-12 15:53:00 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_well_known.yml"
|
2019-05-21 15:25:59 +00:00
|
|
|
when: run_setup|bool
|
2019-01-12 15:53:00 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
2020-01-08 21:31:44 +00:00
|
|
|
- setup-ma1sd
|
2019-01-12 15:53:00 +00:00
|
|
|
- setup-synapse
|
2022-01-07 11:32:43 +00:00
|
|
|
- setup-dendrite
|
2019-01-12 15:53:00 +00:00
|
|
|
- setup-nginx-proxy
|