Ansible configuration for the Netz39 infrastructure
Find a file
Alexander Dahl b1b3382728 Revert "Fix YAML format issues"
This reverts commit babeef8226.

Instead of fixing the indentation of the recently introduced gitea
stuff, the indentation of the old stuff was changed.
2022-01-30 18:25:35 +01:00
roles Fix setup-http-site-forward: set correct port for IPv6 SSL vhost 2021-11-23 14:42:04 +01:00
templates Add mosquitto configuration for Netz39 2020-12-12 17:18:55 +01: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 inventory: Remove superflous newline 2022-01-08 22:29:47 +01:00
main.yml Add new virtual machine host 'unicorn' 2022-01-08 14:03:16 +01:00
pottwal.yml Revert "Fix YAML format issues" 2022-01-30 18:25:35 +01:00
README.md Add new virtual machine host 'unicorn' 2022-01-08 14:03:16 +01:00
requirements.yml Update to dehydrated role 1.0.2 2021-03-11 21:41:43 +01:00
tau.yml Fix creation of directory for docker registry 2022-01-29 12:41:34 +01: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

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.