https://github.com/zavalit/ansible-role-docker
Provision a docker setup on ubuntu server
https://github.com/zavalit/ansible-role-docker
Last synced: 4 months ago
JSON representation
Provision a docker setup on ubuntu server
- Host: GitHub
- URL: https://github.com/zavalit/ansible-role-docker
- Owner: zavalit
- Created: 2016-02-25T17:09:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T11:11:38.000Z (almost 10 years ago)
- Last Synced: 2025-05-15T16:18:54.183Z (9 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker Ansible role
=========
It let to get a docker setup on your machine with:
- **docker** itself
- **docker-compose** as container orchestration tool
- **docker-machine** as VM orchestration tool
- **virtualbox** as VM provider
Requirements
------------
ubuntu 14.04 and above
Role Variables
--------------
docker_compose_version: 1.6.2
docker_version: 1.10.2
docker_machine_version: 0.6.0
virtualbox_version: 5.0.14
Example Playbook
----------------
- hosts: servers
roles:
- zavalit.docker
License
-------
MIT