ansible-roles/roles/jitsi/handlers/main.yml
2021-12-01 19:13:34 +01:00

16 lines
449 B
YAML

---
- include: ../prosody/handlers/main.yml
- name: restart jitsi-videobridge
service: name=jitsi-videobridge state=restarted
- name: restart jitsi-jicofo
service: name=jitsi-jicofo state=restarted
- name: restart jitsi-jigasi
service: name=jitsi-jigasi state={{ jitsi_jigasi | ternary('restarted', 'stopped') }}
- name: restart jitsi-confmapper
service: name=jitsi-confmapper state={{ jitsi_jigasi | ternary('restarted', 'stopped') }}