pauvos.docker_engine
Ansible Role: docker-engine 
Installs docker-ce with official packages from download.docker.com.
Tested with:
- CentOS 7
- Debian 8
- Fedora 24
- Ubuntu 16.04
Install
ansible-galaxy install pauvos.docker_engine
Example Playbook
---
- hosts: docker-hosts
become: true
roles:
- { role: pauvos.docker_engine }
Role Variables
Available variables are listed below, along with default values:
docker_engine_cache_valid_time: 84600 # cache_valid_time for apt
