This commit is contained in:
Oliver Davies 2016-09-25 00:01:00 +01:00
parent a65b27e865
commit fa3f73122f
9 changed files with 40 additions and 41 deletions

View file

@ -8,13 +8,13 @@
## Usage
```bash
$ ansible-playbook playbook.yml
$ ansible-playbook main.yml
```
Run everything.
```bash
$ ansible-playbook playbook.yml -t <tag>
$ ansible-playbook main.yml -t <tag>
```
Run a specific tag.