linkita / osx-development-environment

Prepare the OSX environment for development with Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

About

Prepare the OSX environment for development with Ansible

License:GNU General Public License v3.0


Languages

Language:Python 100.0%