Ansible configuration for the Netz39 infrastructure
Find a file
Stefan Haun fce7bd6f2a Quote environment variables
Ansible gets unhappy if there are values that could be interpreted by YAML
(e.g. boolean values or numbers), so quote everything as a principle.
2022-06-28 21:53:56 +02:00
roles Fix setup-http-site-forward: set correct port for IPv6 SSL vhost 2021-11-23 14:42:04 +01:00
templates Rename MQTT bridge to reflect host change 2022-06-25 18:20:37 +02:00
.editorconfig Add EditorConfig configuration file 2022-01-08 13:25:36 +01:00
.yamllint yamllint config and fixes 2020-12-28 22:53:53 +01:00
inventory add hedgedoc postgres password to inventory 2022-06-27 23:59:00 +02:00
main.yml Call radon from main playbook 2022-06-24 17:01:56 +02:00
platon.yml Call correct door-open script for BLE 2022-02-19 16:30:40 +01:00
pottwal.yml Quote environment variables 2022-06-28 21:53:56 +02:00
radon.yml Bump mosquitto version to 2.0.14 2022-06-25 18:27:53 +02:00
README.md Add radon (and platon) to server list in README 2022-06-24 17:02:27 +02:00
requirements.yml Bump ansible-role-dehydrated to 1.0.3 2022-06-24 13:44:26 +02:00
tau.yml Add dokuwiki setup 2022-06-25 21:33:28 +02:00
unicorn.yml add unifi controller role and playbook 2022-01-28 22:22:46 +01:00

Ansible configuration for the Netz39 infrastructure

Currently including the following hosts:

  • tau.netz39.de
  • pottwal.n39.eu
  • unicorn.n39.eu
  • platon.n39.eu
  • radon.n39.eu

Setup

ansible-galaxy install -r requirements.yml

Call with

ansible-playbook -i inventory --ask-vault-pass main.yml

You need to provide a user with sudo rights and the vault password.