An ansible role to install docker in the OpenStack infra production environment **Role Variables** .. zuul:rolevar:: use_upstream_docker :default: True By default this role adds repositories to install docker from upstream docker. Set this to False to use the docker that comes with the distro. .. zuul:rolevar:: docker_update_channel :default: stable Which update channel to use for upstream docker. The two choices are ``stable``, which is the default and updates quarterly, and ``edge`` which updates monthly.