This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
visio_nrd/roles/jitsi-enable-video-optimisation/tasks/main.yml
T
2021-04-27 10:19:53 +00:00

14 lines
438 B
YAML

---
- name: Conf Jitsi - webcam en qualité medium par defaut
lineinfile:
path: /etc/jitsi/meet/{{ inventory_hostname }}-config.js
marker: "// {mark} ANSIBLE MANAGED BLOCK"
insertafter: "[^?]// resolution: 720,"
line: "resolution: 360,"
- name: Conf Jitsi - Désactive l'effet floutage d'arrière plan
replace:
path: /usr/share/jitsi-meet/interface_config.js
regexp: "'videobackgroundblur',"
replace: ""