Merge pull request #51 from generoi/issue-50
Update installation steps with xcode before ansible
This commit is contained in:
commit
ddb070f2d4
@ -15,8 +15,8 @@ This is a work in progress, and is mostly a means for me to document my current
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. [Install Ansible](http://docs.ansible.com/intro_installation.html).
|
1. Ensure Apple's command line tools are installed (`xcode-select --install` to launch the installer).
|
||||||
2. Ensure Apple's command line tools are installed (`xcode-select --install` to launch the installer).
|
2. [Install Ansible](http://docs.ansible.com/intro_installation.html).
|
||||||
3. Clone this repository to your local drive.
|
3. Clone this repository to your local drive.
|
||||||
4. Run `$ ansible-galaxy install -r requirements.yml` inside this directory to install required Ansible roles.
|
4. Run `$ ansible-galaxy install -r requirements.yml` inside this directory to install required Ansible roles.
|
||||||
5. Run `ansible-playbook main.yml -i inventory -K` inside this directory. Enter your account password when prompted.
|
5. Run `ansible-playbook main.yml -i inventory -K` inside this directory. Enter your account password when prompted.
|
||||||
@ -27,7 +27,7 @@ This is a work in progress, and is mostly a means for me to document my current
|
|||||||
|
|
||||||
You can filter which part of the provisioning process to run by specifying a set of tags using `ansible-playbook`'s `--tags` flag. The tags available are `dotfiles`, `homebrew`, `mas` and `osx`.
|
You can filter which part of the provisioning process to run by specifying a set of tags using `ansible-playbook`'s `--tags` flag. The tags available are `dotfiles`, `homebrew`, `mas` and `osx`.
|
||||||
|
|
||||||
ansible-playook main.yml -i inventory -K --tags "dotfiles,homebrew"
|
ansible-playbook main.yml -i inventory -K --tags "dotfiles,homebrew"
|
||||||
|
|
||||||
## Overriding Defaults
|
## Overriding Defaults
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user