Update to 2024-07-22 23:00

This commit is contained in:
Daniel Berteaud
2024-07-22 23:00:11 +02:00
parent f5421b17f0
commit cd302033bd
112 changed files with 15413 additions and 340 deletions

View File

@@ -1,7 +1,7 @@
---
- name: Start and enable services
service: name=jitsi-jicofo state=started enabled=True
service: name=jitsi-jicofo state=started enabled=true
tags: jitsi
- name: Start and enable jigasi
@@ -11,3 +11,7 @@
- name: Start and enable confmapper
service: name=jitsi-confmapper state={{ jitsi_jigasi | ternary('started', 'stopped') }} enabled={{ jitsi_jigasi }}
tags: jitsi
- name: Start and enable excalidraw
service: name=jitsi-excalidraw state=started enabled=true
tags: jitsi