[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:
 | 
					glob_jitsi:
 | 
				
			||||||
  ip: "{{ query('ldap', 'ip', ansible_hostname, 'srv') }}"
 | 
					  ip: "{{ query('ldap', 'ip', ansible_hostname, 'srv') }}"
 | 
				
			||||||
  hostname: "{{ ansible_hostname }}.crans.org"
 | 
					  hostname: "{{ ansible_hostname }}.crans.org"
 | 
				
			||||||
 | 
					  configuration:
 | 
				
			||||||
 | 
					    - "liveStreamingEnabled"
 | 
				
			||||||
 | 
					    - "prejoinPageEnabled"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -68,9 +68,7 @@
 | 
				
			||||||
    path: "/etc/jitsi/meet/{{ jitsi.hostname }}-config.js"
 | 
					    path: "/etc/jitsi/meet/{{ jitsi.hostname }}-config.js"
 | 
				
			||||||
    regexp: "{{ item }}"
 | 
					    regexp: "{{ item }}"
 | 
				
			||||||
    line: "    {{ item }}: true,"
 | 
					    line: "    {{ item }}: true,"
 | 
				
			||||||
  loop:
 | 
					  loop: "{{ jitsi.configuration }}"
 | 
				
			||||||
    - "liveStreamingEnabled"
 | 
					 | 
				
			||||||
    - "prejoinPageEnabled"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Indicate role in motd
 | 
					- name: Indicate role in motd
 | 
				
			||||||
  template:
 | 
					  template:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue