matrix-docker-ansible-deploy/roles/matrix-server/tasks/self_check/main.yml

18 lines
510 B
YAML
Raw Normal View History

2018-10-21 09:58:25 +00:00
---
- import_tasks: tasks/self_check/self_check_dns.yml
2018-10-21 09:58:25 +00:00
- import_tasks: tasks/self_check/self_check_client_api.yml
2018-10-21 09:58:25 +00:00
- import_tasks: tasks/self_check/self_check_federation_api.yml
2018-10-21 09:58:25 +00:00
- import_tasks: tasks/self_check/self_check_riot_web.yml
2018-10-21 09:58:25 +00:00
when: "matrix_riot_web_enabled"
- import_tasks: tasks/self_check/self_check_mxisd.yml
2018-10-21 09:58:25 +00:00
when: "matrix_mxisd_enabled"
- import_tasks: tasks/self_check/self_check_well_known.yml
2018-10-21 09:58:25 +00:00
- import_tasks: tasks/self_check/self_check_corporal.yml
2018-10-21 09:58:25 +00:00
when: "matrix_corporal_enabled"