suppression jibri2 de test + correction conf coturn pour BBB suite a la MAJ du bbb.komki.fr

This commit is contained in:
Antoine Ouvrard
2021-06-24 16:21:22 +02:00
parent 2456fc3b21
commit cc208f6ebf
4 changed files with 5 additions and 9 deletions
@@ -39,7 +39,7 @@
- name: ajout du server stun
lineinfile:
path: /usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml
regexp: ' <constructor-arg index="0" value="stun:stun.freeswitch.org"/>'
regexp: ' <constructor-arg index="0" value="stun:stun.l.google.com:19302"/>'
line: ' <constructor-arg index="0" value="stun:{{ coturn_hostname }}"/>'
notify:
- restart bigbluebutton