24 lines
		
	
	
		
			506 B
		
	
	
	
		
			YAML
		
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			506 B
		
	
	
	
		
			YAML
		
	
	
---
 | 
						|
# We use embedded Jitsi configuration
 | 
						|
loc_nginx:
 | 
						|
  servers: []
 | 
						|
 | 
						|
glob_jitsi:
 | 
						|
  ip: "{{ query('ldap', 'ip', ansible_hostname, 'srv') }}"
 | 
						|
  hostname: "{{ ansible_hostname }}.crans.org"
 | 
						|
  configuration:
 | 
						|
    - "liveStreamingEnabled"
 | 
						|
 | 
						|
logos:
 | 
						|
  - which: crans_logo_white.svg
 | 
						|
    where: /usr/share/jitsi-meet/images/watermark.svg
 | 
						|
    owner: root
 | 
						|
    group: root
 | 
						|
    mode: '0644'
 | 
						|
 | 
						|
  - which: crans_favicon.ico
 | 
						|
    where: /usr/share/jitsi-meet/images/favicon.ico
 | 
						|
    owner: root
 | 
						|
    group: root
 | 
						|
    mode: '0644'
 |