kolla-ansible/ansible/roles/prechecks/vars/main.yml
Marcin Juszkiewicz 33d37575f9 Update RHEL family information
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
2022-10-18 14:42:39 +02:00

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"