zuul-jobs/roles/install-docker
Clark Boylan b570566334 Install docker from distro properly
The install-docker role was installing the wrong package name for distro
package based installations. docker-engine is ancient on debuntu and
appears to be called docker.io on both debian and ubuntu supported
releases now. Go ahead and install docker.io on the Debian family of
distros and docker on everything else (fedora, centos, suse, etc).

Change-Id: I0d7a9b8257bd6db86bc6e3d8bb3d6c3c021d7954
2018-10-11 15:38:52 -07:00
..
defaults Put ubuntu_gpg_key into defaults instead of vars 2018-07-16 16:17:04 -05:00
tasks Install docker from distro properly 2018-10-11 15:38:52 -07:00
templates Add role for installing docker and configuring registry mirror 2018-07-15 13:06:36 -05:00
README.rst Add role for installing docker and configuring registry mirror 2018-07-15 13:06:36 -05:00

An ansible role to install docker and configure it to use mirrors if available.

Role Variables

URL to override the generated docker hub mirror url based on :zuulinstall-docker.mirror_fqdn.