- 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
-