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/jitsi-enable-multidomain/tasks/jitsi.yml
T
Antoine Ouvrard 2bc9af1308 yamllint
2021-05-04 17:27:25 +02:00

12 lines
375 B
YAML

---
- name: Conf Jitsi MultiDomain - rend l'url bosh dynamique dans la conf js
replace:
path: /etc/jitsi/meet/{{ inventory_hostname }}-config.js
regexp: '[^?]{{ inventory_hostname }}/http-bind'
replace: >
'<!--# echo var="http_host" -->/<!--#
echo var="subdir" default="" -->http-bind'
notify:
- restart jitsi-videobridge2
- restart nginx