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 c53cfeda12 lint
2021-05-03 17:32:36 +02:00

10 lines
361 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