Skip to content

B23admin/ansible-dc-meetup-2015-03-25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These playbooks were developed and tested on OS X with dependencies installed via homebrew. YMMV on other platforms.

Digital Ocean Dev Host

Configure credentials

export DO_CLIENT_ID=<your client id>
export DO_API_KEY=<your api key>

Install Dependencies

brew install python knock # or the equivalent for your platform
pip install ansible dopy

Run Playbook

ansible-playbook -i hosts digital_ocean.yml

Mesosphere on Google Cloud

Configure credentials

Follow the instructions here to set up Google Compute credentials.

Install Dependencies

pip install apache-libcloud

Run Playbook

ansible-playbook -i hosts google_compute.yml

About

Code to accompany presentation at Ansible DC Meetup, March 25, 2015.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages