WIP - ajout de la configuration de l'authentification jitsi

This commit is contained in:
Antoine Ouvrard
2020-04-03 13:46:05 +02:00
parent a6fa584a39
commit ee820587b4
2 changed files with 16 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
- name: Conf Jitsi - Activation de l'authentification prosody
replace:
path: /etc/prosody/conf.d/{{ inventory_hostname }}.cfg.lua
regexp: 'authentication = "anonymous"'
replace: 'authentication = "internal_plain"'
- name: Conf Jitsi - Création de l'utilisateur prosody
shell: prosodyctl register {{ username }} {{ inventory_hostname }} {{ password }}