An Ansible Playbook for web developers using OS X
Use the next commands to install ansible and run the playbooks
sudo easy_install pip
sudo pip install ansible
ansible-galaxy install -r requirements.yml
chmod -x ./inventory
ansible-playbook init.yml --ask-become-pass
If while running the install.yml playbook some of the casks are missing try to run:
brew update && brew upgrade brew-cask