2019-01-12 23:53:00 +08:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/init.yml"
|
|
|
|
tags:
|
|
|
|
- always
|
|
|
|
|
2019-01-17 00:05:48 +08:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2019-05-21 23:25:59 +08:00
|
|
|
when: "run_setup|bool and matrix_coturn_enabled|bool"
|
2019-01-17 00:05:48 +08:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-coturn
|
|
|
|
|
2021-01-15 04:11:38 +08:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
when: "run_setup|bool and matrix_coturn_enabled|bool"
|
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-coturn
|
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
|
|
|
when: "run_setup|bool and not matrix_coturn_enabled|bool"
|
2019-01-12 23:53:00 +08:00
|
|
|
tags:
|
2019-01-17 00:05:48 +08:00
|
|
|
- setup-all
|
2019-05-21 23:25:59 +08:00
|
|
|
- setup-coturn
|