Add README
This commit is contained in:
parent
a4bde3b4f3
commit
58e0126723
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# macbook-provisioning
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ ansible-playbook -i inventory playbook.yml -K`
|
||||||
|
```
|
||||||
|
|
||||||
|
Run everything.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ ansible-playbook -i inventory playbook.yml -K -t <tag>
|
||||||
|
```
|
||||||
|
|
||||||
|
Run a specific tag.
|
||||||
Reference in a new issue