Simplify commands
This commit is contained in:
parent
bc669e82e0
commit
57fd6fbcc0
|
@ -12,13 +12,13 @@ ansible-galaxy install -r requirements.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ansible-playbook main.yml -i inventory
|
$ ansible-playbook main.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
Run everything.
|
Run everything.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ansible-playbook main.yml -i inventory -t <tag>
|
$ ansible-playbook main.yml -t <tag>
|
||||||
```
|
```
|
||||||
|
|
||||||
Run a specific tag.
|
Run a specific tag.
|
||||||
|
|
Loading…
Reference in a new issue