Skip to content

Instantly share code, notes, and snippets.

@orangewolf
Created December 1, 2015 18:11
Show Gist options
  • Save orangewolf/f3fb61ce830935b6723d to your computer and use it in GitHub Desktop.
Save orangewolf/f3fb61ce830935b6723d to your computer and use it in GitHub Desktop.
  • Need to tap casks before
  • Ansible does not reinstall home brew
  • Will not reinstall rvm if there is already a ~/.rvm directory

brew tap homebrew/dupes brew install caskroom/cask/brew-cask brew install python pip install mercurial brew install ansible

May not need

mkdir -p ~/work # you can choose a different directory here if you want cd ~/work hg clone ssh://[email protected]/sprighealth/spendwellhealth-ansible cd spendwellhealth-ansible

Running the playbook osx-developer.yml actually installs everything:

Need

ansible-playbook osx-developer.yml -i inventory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment