10 lines
370 B
YAML
10 lines
370 B
YAML
|
|
- 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 }}
|