2015-11-16 13:08:40 +00:00
|
|
|
# macbook-provisioning
|
|
|
|
|
|
|
|
```bash
|
2015-11-16 13:15:31 +00:00
|
|
|
$ ansible-playbook -i inventory playbook.yml -K
|
2015-11-16 13:08:40 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Run everything.
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ ansible-playbook -i inventory playbook.yml -K -t <tag>
|
|
|
|
```
|
|
|
|
|
|
|
|
Run a specific tag.
|