Cleanup README
This commit is contained in:
parent
5a18def5ed
commit
672ee65b2e
1 changed files with 2 additions and 3 deletions
|
@ -3,12 +3,11 @@
|
|||
Setup
|
||||
```bash
|
||||
ansible-galaxy install -r requirements.yml
|
||||
ansible-galaxy collection install community.general
|
||||
```
|
||||
|
||||
Call with
|
||||
```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.
|
||||
|
|
Loading…
Reference in a new issue