2015-11-16 13:08:40 +00:00
|
|
|
|
# macbook-provisioning
|
|
|
|
|
|
2015-11-16 17:07:30 +00:00
|
|
|
|
## Prerequisites
|
|
|
|
|
|
|
|
|
|
* [Ansible](http://docs.ansible.com/ansible/intro_installation.html)
|
|
|
|
|
* [Git](http://git-scm.com/downloads)
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
2015-11-16 13:08:40 +00:00
|
|
|
|
```bash
|
2015-11-16 16:58:58 +00:00
|
|
|
|
$ ansible-playbook playbook.yml -K
|
2015-11-16 13:08:40 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Run everything.
|
|
|
|
|
|
|
|
|
|
```bash
|
2015-11-16 16:58:58 +00:00
|
|
|
|
$ ansible-playbook playbook.yml -K -t <tag>
|
2015-11-16 13:08:40 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Run a specific tag.
|