7080ccfc3d
Depends-On: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/831642 Change-Id: I70dcd2d0cade52a23b3e219b7e0aaa31193ec938
22 lines
509 B
YAML
22 lines
509 B
YAML
---
|
|
docker_version_min: '18.09'
|
|
docker_py_version_min: '3.4.1'
|
|
ansible_version_min: '2.11'
|
|
ansible_version_max: '2.12'
|
|
|
|
# Top level keys should match ansible_facts.distribution.
|
|
# These map to lists of supported releases (ansible_facts.distribution_release) or
|
|
# versions (ansible_facts.distribution_version or ansible_facts.distribution_major_version)
|
|
# for that distribution.
|
|
host_os_distributions:
|
|
CentOS:
|
|
- "8"
|
|
Debian:
|
|
- "bullseye"
|
|
RHEL:
|
|
- "8"
|
|
Rocky:
|
|
- "8"
|
|
Ubuntu:
|
|
- "focal"
|