Update the usage instructions

This commit is contained in:
Oliver Davies 2019-04-11 07:29:45 +01:00
parent a4570a1578
commit 2825bcb945

View file

@ -7,18 +7,20 @@
## Usage
Install the dependencies:
```
ansible-galaxy install -r requirements.yml
```
```bash
$ ansible-playbook main.yml
```
Run everything.
Run all the tasks:
```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>
```