zuul-jobs/roles/install-docker
Kevin Carter ab2d368b17
Add variable to set the docker download url
The docker mirror URL can now be set using the following options,
`docker_download_fqdn` and `docker_mirror_base_url`. These
variables will allow folks to use this role with custom mirrors.

To accomodate this change, the repo files have been moved into
templates and now use the jinja2 extension.

Not all supported distros have the ability to install docker
using the upstream mirrors. To ensure a high degree of success
a new sanity check has been added to validate the mirror url
content when upstream installation has been enabled.

Change-Id: Ib9d50581d0df89e36d47dd523efd1adc95fdf4ac
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2019-06-11 11:12:18 -05:00
..
defaults Add variable to set the docker download url 2019-06-11 11:12:18 -05:00
handlers Add multi-distro support to install-docker 2019-06-11 10:04:28 -05:00
tasks Add variable to set the docker download url 2019-06-11 11:12:18 -05:00
templates Add variable to set the docker download url 2019-06-11 11:12:18 -05:00
vars Add variable to set the docker download url 2019-06-11 11:12:18 -05:00
README.rst Add variable to set the docker download url 2019-06-11 11:12:18 -05:00

README.rst

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.