2020-12-09 19:41:44 +01:00
|
|
|
# Ansible configuration for the Netz39 infrastructure
|
2020-11-23 16:25:02 +01:00
|
|
|
|
2021-03-30 12:58:21 +02:00
|
|
|
Currently including the following hosts:
|
|
|
|
* tau.netz39.de
|
|
|
|
* pottwal.n39.eu
|
2022-01-08 13:59:55 +01:00
|
|
|
* unicorn.n39.eu
|
2020-12-09 19:41:44 +01:00
|
|
|
|
|
|
|
## Setup
|
2020-11-24 19:39:46 +01:00
|
|
|
```bash
|
|
|
|
ansible-galaxy install -r requirements.yml
|
|
|
|
```
|
|
|
|
|
2020-12-09 19:41:44 +01:00
|
|
|
## Call with
|
2020-11-23 16:25:02 +01:00
|
|
|
```bash
|
2020-11-25 17:02:34 +01:00
|
|
|
ansible-playbook -i inventory --ask-vault-pass main.yml
|
2020-11-23 16:25:02 +01:00
|
|
|
```
|
|
|
|
|
2020-11-25 17:02:34 +01:00
|
|
|
You need to provide a user with sudo rights and the vault password.
|