Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ulif
bbb-dc-ansible
Commits
4bc13c61
Commit
4bc13c61
authored
Jun 11, 2020
by
ulif
🐻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Introduce var to enable/disable recordings.
parent
535eaf72
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
bbb-apply-config.yml
bbb-apply-config.yml
+5
-3
No files found.
bbb-apply-config.yml
View file @
4bc13c61
...
@@ -13,6 +13,8 @@
...
@@ -13,6 +13,8 @@
-
name
:
Apply local BBB configuration
-
name
:
Apply local BBB configuration
hosts
:
bigbluebutton
hosts
:
bigbluebutton
become
:
yes
become
:
yes
vars
:
enable_recording
:
false
tasks
:
tasks
:
-
name
:
We are alive
-
name
:
We are alive
debug
:
debug
:
...
@@ -50,19 +52,19 @@
...
@@ -50,19 +52,19 @@
lineinfile
:
lineinfile
:
path
:
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
path
:
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
regexp
:
'
^allowStartStopRecording=.*'
regexp
:
'
^allowStartStopRecording=.*'
line
:
'
allowStartStopRecording=
false
'
line
:
'
allowStartStopRecording=
{{
enable_recording
}}
'
-
name
:
disable recording auto start
-
name
:
disable recording auto start
lineinfile
:
lineinfile
:
path
:
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
path
:
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
regexp
:
'
^autoStartRecording=.*'
regexp
:
'
^autoStartRecording=.*'
line
:
'
autoStartRecording=
fals
e'
line
:
'
autoStartRecording=
tru
e'
-
name
:
disable recording generally, even if record param in api set to record
-
name
:
disable recording generally, even if record param in api set to record
lineinfile
:
lineinfile
:
path
:
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
path
:
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
regexp
:
'
^disableRecordingDefault=.*'
regexp
:
'
^disableRecordingDefault=.*'
line
:
'
disableRecordingDefault=
tru
e'
line
:
'
disableRecordingDefault=
fals
e'
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment