WIP - ajout de la configuration de l'authentification jitsi
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user