33d37575f9
Some time ago we dropped RHEL as one of possible options. During 'Zed' cycle we added Rocky Linux 9 as alternative to CentOS Stream 9. This change updates some mentions of both. Change-Id: I9ed93efcb7d1ff97b1c7d8342db8252aba2a9887
23 lines
532 B
YAML
23 lines
532 B
YAML
---
|
|
docker_version_min: '18.09'
|
|
docker_py_version_min: '3.4.1'
|
|
ansible_version_min: '2.12'
|
|
ansible_version_max: '2.13'
|
|
|
|
# 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:
|
|
- "9"
|
|
Debian:
|
|
- "bullseye"
|
|
openEuler:
|
|
- "22.03"
|
|
Rocky:
|
|
- "9"
|
|
Ubuntu:
|
|
- "focal"
|
|
- "jammy"
|