[Jitsi] Put configuration in group vars
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
							parent
							
								
									b34b1aac4f
								
							
						
					
					
						commit
						f9cc32b71b
					
				| 
						 | 
				
			
			@ -6,3 +6,6 @@ loc_nginx:
 | 
			
		|||
glob_jitsi:
 | 
			
		||||
  ip: "{{ query('ldap', 'ip', ansible_hostname, 'srv') }}"
 | 
			
		||||
  hostname: "{{ ansible_hostname }}.crans.org"
 | 
			
		||||
  configuration:
 | 
			
		||||
    - "liveStreamingEnabled"
 | 
			
		||||
    - "prejoinPageEnabled"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -68,9 +68,7 @@
 | 
			
		|||
    path: "/etc/jitsi/meet/{{ jitsi.hostname }}-config.js"
 | 
			
		||||
    regexp: "{{ item }}"
 | 
			
		||||
    line: "    {{ item }}: true,"
 | 
			
		||||
  loop:
 | 
			
		||||
    - "liveStreamingEnabled"
 | 
			
		||||
    - "prejoinPageEnabled"
 | 
			
		||||
  loop: "{{ jitsi.configuration }}"
 | 
			
		||||
 | 
			
		||||
- name: Indicate role in motd
 | 
			
		||||
  template:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue