netz39-infra-ansible/README.md
Alexander Dahl b5286cb6cb Add new virtual machine host 'unicorn'
Required for running unify controller, which is itself required for
configuring our WiFi access points.

Precedes: #16
2022-01-08 14:03:16 +01:00

18 lines
362 B
Markdown

# Ansible configuration for the Netz39 infrastructure
Currently including the following hosts:
* tau.netz39.de
* pottwal.n39.eu
* unicorn.n39.eu
## Setup
```bash
ansible-galaxy install -r requirements.yml
```
## Call with
```bash
ansible-playbook -i inventory --ask-vault-pass main.yml
```
You need to provide a user with sudo rights and the vault password.