From 54c30a259d0eab16ea2e6e3c81a6627e01fc44a4 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Mon, 30 Mar 2020 01:50:06 +0200 Subject: [PATCH] Disable Recording Button This patch disables the recording button, stopping users from cluttering the servers with conference recordings and taking away important resources from the system. This is part of a fix for #2. --- roles/bigbluebutton/tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/bigbluebutton/tasks/main.yml b/roles/bigbluebutton/tasks/main.yml index ebbfae9..6548764 100644 --- a/roles/bigbluebutton/tasks/main.yml +++ b/roles/bigbluebutton/tasks/main.yml @@ -181,6 +181,13 @@ - {id: hd, default: 'false'} notify: restart bbb +- name: disable recording button + lineinfile: + path: /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties + regexp: '^allowStartStopRecording=' + line: 'allowStartStopRecording=false' + notify: restart bbb + - name: ufw allow known services ufw: rule: allow