mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-10-17 11:38:08 +00:00
Refactor TURN/STUN handling:
- Split internal/external Coturn for BBB and Nextcloud - Added dedicated relay port ranges per app - Updated env and compose overrides for coturn - Ensure coturn role is loaded conditionally - Standardize credential/env passing for coturn @See https://chatgpt.com/share/68d6f376-4878-800f-b4f7-62822caa49ea
This commit is contained in:
3
roles/web-svc-coturn/tasks/01_core.yml
Normal file
3
roles/web-svc-coturn/tasks/01_core.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
- name: "Load 'sys-stk-semi-stateless' for '{{ application_id }}'"
|
||||
include_role:
|
||||
name: sys-stk-semi-stateless
|
@@ -1,4 +1,6 @@
|
||||
---
|
||||
- name: "Load 'sys-stk-semi-stateless' for '{{ application_id }}'"
|
||||
include_role:
|
||||
name: sys-stk-semi-stateless
|
||||
- block:
|
||||
- name: "Load core functions for '{{ application_id }}'"
|
||||
include_tasks: 01_core.yml
|
||||
- include_tasks: utils/run_once.yml
|
||||
when: run_once_web_svc_coturn is not defined
|
Reference in New Issue
Block a user