Skip to content

ansible playbook for managing a docker host droplet on Digital Ocean

Notifications You must be signed in to change notification settings

rija/do-docker-host-ansible-playbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible playbook for creating a fully setup docker host droplet on Digital Ocean (Work in progress)

Requirements:

It assumes you have both python2 and python3, and ansible is installed in a python2.x virtualenv.

Make sure you have dopy installed as well.

The official version of dopy breaks with the "basestring" error. You can obtain a patched version here: https://github.com/rija/dopy/

Usage:

create a hosts file from the hosts-sample example, modify it to suit your particular need.

$ cd do-docker-host-ansible-playbook
$ cp hosts-sample hosts
$ ansible-playbook -vvv -i hosts create-docker-host.yml

About

ansible playbook for managing a docker host droplet on Digital Ocean

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published