Skip to content

linkita/osx-development-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages