Include inventory file
This commit is contained in:
parent
846e7aea8c
commit
ecfebb9473
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue