This is an ansible configuration to setup my OS X machine.
- Ensure Apple's command line tools are installed (
xcode-select --install
to launch the installer). - Install pip
- Clone this repository to your local drive.
- Run
$ pip install -r requirements.txt
- Run
$ ansible-galaxy install -r requirements.yml
inside this directory to install required Ansible roles. - Run
$ ansible-playbook main.yml -i inventory -K
inside this directory. Enter your account password when prompted.
Note: If some Homebrew commands fail, you might need to agree to Xcode's license or fix some other Brew issue. Run
brew doctor
to see if this is the case.