15 lines
302 B
Markdown
15 lines
302 B
Markdown
# Ansible configuration for the Netz39 infrastructure
|
|
|
|
Currently mostly tau.netz39.de
|
|
|
|
## 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.
|