suppression jibri2 de test + correction conf coturn pour BBB suite a la MAJ du bbb.komki.fr
This commit is contained in:
@@ -18,6 +18,9 @@ Après un mise à jour de jitsi, ou simplement la volonté de changer un text, u
|
||||
Installé à l'aide du script officiel fournit ici :
|
||||
https://docs.bigbluebutton.org/2.2/install.html#bbb-installsh
|
||||
|
||||
Pour la dernière version de BBB voici la ligne de commande a lancer:
|
||||
`wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v bionic-230 -s bbb.komuniki.fr -e supervision@nereide.fr -g -w`
|
||||
|
||||
### Ajout d'un compte administrateur BBB
|
||||
`docker exec greenlight-v2 bundle exec rake user:create["LOGIN","MAIL","PASS","admin"]`
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
pp.jitsi.komuniki.fr
|
||||
jitsi2.komuniki.fr ansible_user=root
|
||||
jibri2.komuniki.fr ansible_user=root
|
||||
@@ -10,9 +10,3 @@
|
||||
- role: jitsi-enable-jibri
|
||||
tags:
|
||||
- ppkomki
|
||||
|
||||
- hosts: jibri2.komuniki.fr
|
||||
roles:
|
||||
- role: jibri-install
|
||||
tags:
|
||||
- jibri2
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user