Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bbb-dc-ansible
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulif
bbb-dc-ansible
Commits
7fe7a926
Commit
7fe7a926
authored
Jun 11, 2020
by
ulif
🐻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Undo setting for recording.
These vars make things more complicated.
parent
4bc13c61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
bbb-apply-config.yml
bbb-apply-config.yml
+6
-8
No files found.
bbb-apply-config.yml
View file @
7fe7a926
...
@@ -13,8 +13,6 @@
...
@@ -13,8 +13,6 @@
-
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
:
...
@@ -48,23 +46,23 @@
...
@@ -48,23 +46,23 @@
#
#
# recording
# recording
#
#
-
name
:
disable recording button
-
name
:
enable/
disable recording button
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=
{{
enable_recording
}}
'
line
:
'
allowStartStopRecording=
false
'
-
name
:
disable recording auto start
-
name
:
enable/
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=
tru
e'
line
:
'
autoStartRecording=
fals
e'
-
name
:
disable recording generally, even if record param in api set to record
-
name
:
disable
/enable
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=
fals
e'
line
:
'
disableRecordingDefault=
tru
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