Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- ---
-
- - include: tasks/self_check/self_check_dns.yml
-
- - include: tasks/self_check/self_check_client_api.yml
-
- - include: tasks/self_check/self_check_federation_api.yml
-
- - include: tasks/self_check/self_check_riot_web.yml
- when: "matrix_riot_web_enabled"
-
- - include: tasks/self_check/self_check_mxisd.yml
- when: "matrix_mxisd_enabled"
-
- - include: tasks/self_check/self_check_well_known.yml
-
- - include: tasks/self_check/self_check_corporal.yml
- when: "matrix_corporal_enabled"
|