An open API service indexing awesome lists of open source software.

https://github.com/lawliet89/ansible-docker-ubuntu

Simple Ansible Role to install Docker-ce on Ubuntu
https://github.com/lawliet89/ansible-docker-ubuntu

ansible ansible-role devops docker ubuntu

Last synced: 2 months ago
JSON representation

Simple Ansible Role to install Docker-ce on Ubuntu

Awesome Lists containing this project

README

          

# ansible-docker-ubuntu

Simple Ansible Role to install Docker-ce on Ubuntu

## Variables

- `docker_version`: Version of Docker to install
- `docker_compose_version`: Version of Docker Compose to install. Set to empty if you do not want to install Docker Compose.
- `docker_py_version`: Version of the [Docker Pip](https://pypi.python.org/pypi/docker) package to install. This is usually needed to interact with Docker on the remote. Set to empty if you do not wish to install this.