This role installs Docker Engine on Ubuntu 14.04, 16.04 and Debian Stretch variants
No Requirements
docker_arch
- the system architecture to install for, valid values areamd64
andarmhf
docker_channel
- the docker ce channel to use, valid values arestable
andedge
No external dependencies
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: nover.docker-engine }
The unlicense