fb41492e4a
The role variables were making generalizations on distro package and installation methods. This change further breaks things out, now explicitly supporting ubuntu, debian, fedora, and redhat(centos). Change-Id: Ib1749721b32b21ba1ab661a64097d79037e416f3 Signed-off-by: Kevin Carter <kecarter@redhat.com>
20 lines
366 B
YAML
20 lines
366 B
YAML
---
|
|
|
|
_docker_distro_packages:
|
|
- docker.io
|
|
|
|
_docker_upstream_distro_required_packages:
|
|
- apt-transport-https
|
|
- ca-certificates
|
|
- curl
|
|
- software-properties-common
|
|
|
|
_docker_upstream_distro_packages:
|
|
- docker-ce
|
|
- docker-ce-cli
|
|
- containerd.io
|
|
|
|
docker_distro_vars_loaded: true
|
|
|
|
_docker_mirror_base_url: "https://{{ docker_download_fqdn }}/linux/debian"
|