ajout du nouveau serveur imio + réoganisation des variables
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
replace: 'authentication = "internal_plain"'
|
||||
notify:
|
||||
- restart prosody
|
||||
- restart jitsi-videobridge2
|
||||
- restart jicofo
|
||||
|
||||
- name: Conf Jitsi - Activation de l'authentification prosody 2/2
|
||||
blockinfile:
|
||||
@@ -17,6 +19,8 @@
|
||||
c2s_require_encryption = false
|
||||
notify:
|
||||
- restart prosody
|
||||
- restart jitsi-videobridge2
|
||||
- restart jicofo
|
||||
|
||||
- name: Conf Jitsi - Activation de l'authentification jitsi
|
||||
lineinfile:
|
||||
@@ -24,7 +28,9 @@
|
||||
insertafter: "[^?]// anonymousdomain: 'guest.example.com'"
|
||||
line: " anonymousdomain: 'guest.{{ inventory_hostname }}',"
|
||||
notify:
|
||||
- restart prosody
|
||||
- restart jitsi-videobridge2
|
||||
- restart jicofo
|
||||
|
||||
- name: Conf Jitsi - Activation de l'authentification jicofo
|
||||
lineinfile:
|
||||
@@ -32,9 +38,13 @@
|
||||
insertafter: "^org.jitsi.jicofo.BRIDGE_MUC=*"
|
||||
line: "org.jitsi.jicofo.auth.URL=XMPP:{{ inventory_hostname }}"
|
||||
notify:
|
||||
- restart prosody
|
||||
- restart jitsi-videobridge2
|
||||
- restart jicofo
|
||||
|
||||
- name: Conf Jitsi - Création de l'utilisateur prosody
|
||||
command: prosodyctl register {{ jitsi_user }} {{ inventory_hostname }} {{ jitsi_pass }}
|
||||
notify:
|
||||
- restart prosody
|
||||
- restart jitsi-videobridge2
|
||||
- restart jicofo
|
||||
|
||||
Reference in New Issue
Block a user