Update the usage instructions
This commit is contained in:
parent
a4570a1578
commit
2825bcb945
16
README.md
16
README.md
|
@ -7,18 +7,20 @@
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
Install the dependencies:
|
||||||
|
|
||||||
```
|
```
|
||||||
ansible-galaxy install -r requirements.yml
|
ansible-galaxy install -r requirements.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
Run all the tasks:
|
||||||
$ ansible-playbook main.yml
|
|
||||||
```
|
|
||||||
|
|
||||||
Run everything.
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ansible-playbook main.yml -t <tag>
|
ansible-playbook main.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
Run a specific tag.
|
Run tasks with a specific tag:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ansible-playbook main.yml -t <tag>
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue