mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			411 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			411 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| plugin_configuration:
 | |
|   - appid:        "bbb"
 | |
|     configkey:    "api.secret"
 | |
|     configvalue:  "{{ applications | get_app_conf('web-app-bigbluebutton', 'credentials.shared_secret', False,'') }}"
 | |
|   - appid:        "bbb"
 | |
|     configkey:    "api.url"
 | |
|     configvalue:  "{{ domains | get_url('web-app-bigbluebutton', WEB_PROTOCOL) }}{{ applications | get_app_conf('web-app-bigbluebutton', 'api_suffix', False,'') }}" |