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:
|
2022-07-23 10:57:02 +02:00
|
|
|
|
2021-03-30 12:58:21 +02:00
|
|
|
* tau.netz39.de
|
|
|
|
* pottwal.n39.eu
|
2022-01-08 13:59:55 +01:00
|
|
|
* unicorn.n39.eu
|
2022-06-24 17:02:27 +02:00
|
|
|
* platon.n39.eu
|
|
|
|
* radon.n39.eu
|
2022-07-23 10:57:02 +02:00
|
|
|
* krypton.n39.eu
|
|
|
|
* oganesson.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
|
2022-07-22 06:52:02 +02:00
|
|
|
ansible-playbook -i inventory.yml --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.
|