Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 847 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 847 Bytes

OSX Development Environment

Prepare the OSX environment for development with Ansible

Installation

Step 1: Install Ansible

  • Install Xcode
  • Install pip
$ sudo easy_install pip
  • Install Ansible
$ sudo pip install ansible --quiet

If you have troubles installing Ansible on MacOS Sierra, try:

$ sudo pip install git+http://github.com/ansible/ansible.git@devel

Step 2: Download the project

$ git clone [email protected]:linkita/osx-development-environment.git

Step 3: Execute the playbook with all roles

$ ansible-playbook -K playbook.yml

You 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.