2022-02-05 20:32:54 +00:00
|
|
|
---
|
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- block:
|
|
|
|
- when: matrix_coturn_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2019-01-16 16:05:48 +00:00
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- when: matrix_coturn_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2022-11-25 14:02:51 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-coturn
|
|
|
|
- install-all
|
|
|
|
- install-coturn
|
2021-01-14 20:11:38 +00:00
|
|
|
|
2022-11-25 14:02:51 +00:00
|
|
|
- block:
|
2022-11-24 09:33:30 +00:00
|
|
|
- when: not matrix_coturn_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2019-01-12 15:53:00 +00:00
|
|
|
tags:
|
2019-01-16 16:05:48 +00:00
|
|
|
- setup-all
|
2019-05-21 15:25:59 +00:00
|
|
|
- setup-coturn
|