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
- Host: GitHub
- URL: https://github.com/lawliet89/ansible-docker-ubuntu
- Owner: lawliet89
- License: apache-2.0
- Created: 2018-02-21T07:39:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T05:05:54.000Z (almost 5 years ago)
- Last Synced: 2025-02-10T10:19:29.831Z (over 1 year ago)
- Topics: ansible, ansible-role, devops, docker, ubuntu
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.