This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
visio_nrd/roles/auth/tasks/main.yml
T
2020-04-03 13:46:05 +02:00

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 }}