netz39-infra-ansible/README.md
Alexander Dahl 0f0731d800 inventory: Rename file to add file extension
This is a YAML file, make ansible-lint (and me) happy and add a proper
file extension. Also helps editors to pick correct syntax highlighting.
2022-07-22 07:04:37 +02:00

20 lines
397 B
Markdown

# 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
```bash
ansible-galaxy install -r requirements.yml
```
## Call with
```bash
ansible-playbook -i inventory.yml --ask-vault-pass main.yml
```
You need to provide a user with sudo rights and the vault password.