- 30 Nov, 2020 1 commit
-
-
ulif authored
-
- 03 Nov, 2020 1 commit
-
-
ulif authored
The freeswitch STUN server. normally enabled as primary STUN, seems to experience major problems. We now use only one STUN server, the own one. For the whole config this means, that we _have_ to provide an own STUN server, if google STUN is not an option, which it is not.
-
- 09 Oct, 2020 2 commits
- 06 Oct, 2020 5 commits
-
-
ulif authored
In local connection mode there is no need to copy over hold music.
-
ulif authored
-
ulif authored
No unbound literals in <bean/> clauses.
-
ulif authored
Created in 2 steps: 1) we create a valid config files from a template and store it in /etc/bigvluebutton/bbb-conf/ 2) we copy this config file over to the final location on apply-config.
-
ulif authored
This option was first offered with the latest release.
-
- 14 Jun, 2020 1 commit
-
-
ulif authored
We also forbid recording in the webrtc-sfu settings and lower expiration time of recordings (in case they happen anayway) down to 2 hrs (before: 14 days).
-
- 11 Jun, 2020 2 commits
- 10 Jun, 2020 5 commits
-
-
ulif authored
Valid values are ALWAYS_ACCEPT, ALWAYS_DENY, ASK_MODERATOR
-
ulif authored
We do not use flash.
-
ulif authored
Do not allow flash.
-
ulif authored
-
ulif authored
When a local file 'hold_music.wav' is placed in the local directory it will be used as background music at beginning of conferences, when there is only one attendant in the room.
-
- 07 Jun, 2020 2 commits
- 20 May, 2020 1 commit
-
-
ulif authored
Do not stack attendees on stream numbers.
-
- 16 May, 2020 1 commit
-
-
ulif authored
-
- 15 May, 2020 5 commits
-
-
ulif authored
The new hosts.local inventory file acts as a replacement for the regular ansible inventory. It is meant to be used on BBB nodes that want to update local BBB config. With `hosts.local` we can put the local host into groups.
-
ulif authored
We would like to deploy ansible instead of simple shell scripts for configuring local installs. This might improve maintability of changed configurations after updates and the like. Main improvement is the idempotency of ansible scripts. Thus we can run configuration updates multiple times without messing up everything.
-
ulif authored
-
ulif authored
In order to make the beforementioned file work on localhost and given the fact, that we do not want to keep a vault password on the server, we have to do this step.
-
ulif authored
Ensure, that port 80 requests are always redirected to 443. We do not want unencrypted traffic in videoconferencing.
-
- 13 May, 2020 5 commits
-
-
ulif authored
Use GAUGE instead of DERIVE. See http://guide.munin-monitoring.org/en/latest/architecture/syntax.html#datatypes for details.
-
ulif authored
Yet it was merely a role.
-
ulif authored
This playbook should be applcable locally and remotely later on.
-
ulif authored
These IPs are the only ones to allow access to the munin nodes.
-
ulif authored
-
- 23 Apr, 2020 8 commits
-
-
ulif authored
This role settles some basic sshd-related stuff. Contrary to our upstream we forbid root ssh completely. TODO: restrict allowed ciphers, etc. TODO: disable DSA host keys
-
ulif authored
Set config values specific for digitalcourage and store them so that they are reapplied after upgrades etc. Currently we set only the default video resolutions, we offer to clients.
-
ulif authored
Includes setting up hostname, fix /etc/hosts entries and the like.
-
ulif authored
Monitoring still missing, but the basic install works.
-
ulif authored
We currently support Ubuntu and Debian, where Ubuntu is a no-brainer and Debian requires a bit of finetuning. The coturn role installs a standard coturn server with additional LE cert if requested. We normally need only one coturn server for many BBB boxes.
-
ulif authored
-
ulif authored
Also add a first playbook for checking the general ansible setup.
-
ulif authored
-