Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
475 B

  1. ---
  2. - include: tasks/self_check/self_check_dns.yml
  3. - include: tasks/self_check/self_check_client_api.yml
  4. - include: tasks/self_check/self_check_federation_api.yml
  5. - include: tasks/self_check/self_check_riot_web.yml
  6. when: "matrix_riot_web_enabled"
  7. - include: tasks/self_check/self_check_mxisd.yml
  8. when: "matrix_mxisd_enabled"
  9. - include: tasks/self_check/self_check_well_known.yml
  10. - include: tasks/self_check/self_check_corporal.yml
  11. when: "matrix_corporal_enabled"