Cleanup README

This commit is contained in:
Stefan Haun 2020-11-25 17:02:34 +01:00
parent 5a18def5ed
commit 672ee65b2e

View file

@ -3,12 +3,11 @@
Setup Setup
```bash ```bash
ansible-galaxy install -r requirements.yml ansible-galaxy install -r requirements.yml
ansible-galaxy collection install community.general
``` ```
Call with Call with
```bash ```bash
ansible-playbook -i inventory httpd.yml ansible-playbook -i inventory --ask-vault-pass main.yml
``` ```
You need to provide a user with sudo rights. You need to provide a user with sudo rights and the vault password.