Resolve "installation d'un coturn externe"

This commit is contained in:
Antoine Ouvrard
2021-04-27 10:19:53 +00:00
parent 7c4cf16d05
commit 38c5dc95bf
14 changed files with 205 additions and 47 deletions
@@ -1,21 +1,10 @@
---
- name: Conf Jitsi - webcam en qualité medium par defaut
blockinfile:
lineinfile:
path: /etc/jitsi/meet/{{ inventory_hostname }}-config.js
marker: "// {mark} ANSIBLE MANAGED BLOCK"
insertafter: "[^?]// Video"
block: |
resolution: 360,
constraints: {
video: {
aspectRatio: 16 / 9,
height: {
ideal: 360,
max: 360,
min: 240
}
}
},
insertafter: "[^?]// resolution: 720,"
line: "resolution: 360,"
- name: Conf Jitsi - Désactive l'effet floutage d'arrière plan
replace: