Update the readme file

This commit is contained in:
Stefan Haun 2020-12-09 19:41:44 +01:00
parent 559ed740e6
commit 5fd28bbe67

View file

@ -1,11 +1,13 @@
# Ansible configuration for tau.netz39.de # Ansible configuration for the Netz39 infrastructure
Setup Currently mostly tau.netz39.de
## Setup
```bash ```bash
ansible-galaxy install -r requirements.yml ansible-galaxy install -r requirements.yml
``` ```
Call with ## Call with
```bash ```bash
ansible-playbook -i inventory --ask-vault-pass main.yml ansible-playbook -i inventory --ask-vault-pass main.yml
``` ```