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
+3
View File
@@ -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 : Installé à l'aide du script officiel fournit ici :
https://docs.bigbluebutton.org/2.2/install.html#bbb-installsh 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 ### Ajout d'un compte administrateur BBB
`docker exec greenlight-v2 bundle exec rake user:create["LOGIN","MAIL","PASS","admin"]` `docker exec greenlight-v2 bundle exec rake user:create["LOGIN","MAIL","PASS","admin"]`
-1
View File
@@ -1,3 +1,2 @@
pp.jitsi.komuniki.fr pp.jitsi.komuniki.fr
jitsi2.komuniki.fr ansible_user=root jitsi2.komuniki.fr ansible_user=root
jibri2.komuniki.fr ansible_user=root
-6
View File
@@ -10,9 +10,3 @@
- role: jitsi-enable-jibri - role: jitsi-enable-jibri
tags: tags:
- ppkomki - ppkomki
- hosts: jibri2.komuniki.fr
roles:
- role: jibri-install
tags:
- jibri2
@@ -39,7 +39,7 @@
- name: ajout du server stun - name: ajout du server stun
lineinfile: lineinfile:
path: /usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml 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 }}"/>' line: ' <constructor-arg index="0" value="stun:{{ coturn_hostname }}"/>'
notify: notify:
- restart bigbluebutton - restart bigbluebutton