OSX -> Digital Ocean -> 12c -> Apex auto install with Ansible...
Submitted by dave on Sun, 11/08/2015 - 23:25
This article outlines how to install everything you need on OSX in order to spin up a VM on Dreamhost,
Install Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install Ansible
brew install ansible
Install Pip
sudo easy_install pip
brew install ansible">Reference.
Install dopy
sudo pip install dopy
Set up an SSH Key
Reference for OSX