mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
10 lines
276 B
YAML
10 lines
276 B
YAML
![]() |
---
|
||
|
|
||
|
- name: Deploy videobridge configuration
|
||
|
template: src={{ item }}.j2 dest={{ jitsi_root_dir }}/etc/videobridge/{{ item }} group={{ jitsi_user }} mode=640
|
||
|
loop:
|
||
|
- videobridge.conf
|
||
|
- sip-communicator.properties
|
||
|
notify: restart jitsi-videobridge
|
||
|
tags: jitsi
|