mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
13
roles/jitsi/tasks/services.yml
Normal file
13
roles/jitsi/tasks/services.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
- name: Start and enable services
|
||||
service: name=jitsi-jicofo state=started enabled=True
|
||||
tags: jitsi
|
||||
|
||||
- name: Start and enable jigasi
|
||||
service: name=jitsi-jigasi state={{ jitsi_jigasi | ternary('started', 'stopped') }} enabled={{ jitsi_jigasi }}
|
||||
tags: jitsi
|
||||
|
||||
- name: Start and enable confmapper
|
||||
service: name=jitsi-confmapper state={{ jitsi_jigasi | ternary('started', 'stopped') }} enabled={{ jitsi_jigasi }}
|
||||
tags: jitsi
|
Reference in New Issue
Block a user