forked from Netz39_Admin/netz39-infra-ansible
Readme: how to install dependencies
This commit is contained in:
parent
e94e380b5d
commit
d0d3cc26c6
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
# Ansible configuration for tau.netz39.de
|
||||
|
||||
Setup
|
||||
```bash
|
||||
ansible-galaxy install -r requirements.yml
|
||||
```
|
||||
|
||||
Call with
|
||||
```bash
|
||||
ansible-playbook -i inventory httpd.yml
|
||||
|
|
Loading…
Reference in a new issue