Include inventory file
This commit is contained in:
parent
846e7aea8c
commit
ecfebb9473
|
@ -8,13 +8,13 @@
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ansible-playbook main.yml
|
$ ansible-playbook main.yml -i inventory
|
||||||
```
|
```
|
||||||
|
|
||||||
Run everything.
|
Run everything.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ansible-playbook main.yml -t <tag>
|
$ ansible-playbook main.yml -i inventory -t <tag>
|
||||||
```
|
```
|
||||||
|
|
||||||
Run a specific tag.
|
Run a specific tag.
|
||||||
|
|
Loading…
Reference in a new issue