This commit is contained in:
Antoine Ouvrard
2021-05-04 17:27:25 +02:00
parent 5edcb56305
commit 2bc9af1308
14 changed files with 68 additions and 29 deletions
+3 -2
View File
@@ -9,7 +9,7 @@
- restart jitsi-videobridge2
- restart jicofo
- name: Conf Jitsi - Activation de l'authentification prosody 2/2
- name: Conf Jitsi - Activation de l'authentification prosody 2/2
blockinfile:
path: /etc/prosody/conf.d/{{ inventory_hostname }}.cfg.lua
marker: "-- {mark} ANSIBLE MANAGED BLOCK"
@@ -43,7 +43,8 @@
- restart jicofo
- name: Conf Jitsi - Création de l'utilisateur prosody
command: prosodyctl register {{ jitsi_user }} {{ inventory_hostname }} {{ jitsi_pass }}
command:
prosodyctl register {{jitsi_user}} {{inventory_hostname}} {{jitsi_pass}}
notify:
- restart prosody
- restart jitsi-videobridge2