These playbooks were developed and tested on OS X with dependencies
installed via homebrew
. YMMV on other platforms.
export DO_CLIENT_ID=<your client id>
export DO_API_KEY=<your api key>
brew install python knock # or the equivalent for your platform
pip install ansible dopy
ansible-playbook -i hosts digital_ocean.yml
Follow the instructions here to set up Google Compute credentials.
pip install apache-libcloud
ansible-playbook -i hosts google_compute.yml