Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rija/do-docker-host-ansible-playbook
ansible playbook for managing a docker host droplet on Digital Ocean
https://github.com/rija/do-docker-host-ansible-playbook
Last synced: 20 days ago
JSON representation
ansible playbook for managing a docker host droplet on Digital Ocean
- Host: GitHub
- URL: https://github.com/rija/do-docker-host-ansible-playbook
- Owner: rija
- Created: 2017-05-30T09:01:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T08:57:58.000Z (over 6 years ago)
- Last Synced: 2024-11-02T15:42:27.363Z (2 months ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.
```bash
$ cd do-docker-host-ansible-playbook
$ cp hosts-sample hosts
$ ansible-playbook -vvv -i hosts create-docker-host.yml
```