mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 02:16:04 +00:00
13 lines
356 B
YAML
13 lines
356 B
YAML
- name: "Load Coturn Role for '{{ application_id }}'"
|
|
include_role:
|
|
name: web-svc-coturn
|
|
when:
|
|
- run_once_web_svc_coturn is not defined
|
|
- not BBB_COTURN_ENABLED
|
|
|
|
- name: "Install Collabora Dependency"
|
|
include_role:
|
|
name: web-svc-collabora
|
|
when:
|
|
- run_once_web_svc_collabora is not defined
|
|
- not BBB_COLLABORA_ENABLED |