mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	- 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
		
			
				
	
	
		
			8 lines
		
	
	
		
			185 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			185 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| - name: "Load Coturn Role for '{{ application_id }}'"
 | |
|   include_role:
 | |
|     name: web-svc-coturn
 | |
|   vars:
 | |
|     flush_handlers: true
 | |
|   when:    
 | |
|     - run_once_web_svc_coturn is not defined
 |