Prepare the OSX environment for development with Ansible
- Install Xcode
- Install pip
$ sudo easy_install pip- Install Ansible
$ sudo pip install ansible --quietIf you have troubles installing Ansible on MacOS Sierra, try:
$ sudo pip install git+http://github.com/ansible/ansible.git@devel$ git clone git@github.com:linkita/osx-development-environment.git$ ansible-playbook -K playbook.ymlYou can choose which applications install by editing playbook.yml
By default all roles are includes in playbook.yml, so you can delete or comment (with #) those that you don´t want.