17 lines
491 B
YAML
Raw Normal View History

2021-12-01 19:13:34 +01:00
---
- 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') }}
2024-07-22 23:00:11 +02:00
- name: restart jitsi-excalidraw
service: name=jitsi-excalidraw state=restarted