forked from Netz39_Admin/netz39-infra-ansible
Update the readme file
This commit is contained in:
parent
559ed740e6
commit
5fd28bbe67
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue