zuul/zuul/lib/ansible-config.conf

15 lines
610 B
Plaintext

# This file describes the currently supported ansible versions
[common]
default_version = 8
# OpenStackSDK 0.99.0 coincides with CORS header problems in some providers
# 2024-04-24: urllib3 = 2.1.0 causes problems with some Windows nodes, fixed in
# 2.2.0 but ibm-cos-sdk is currently holding it back.
# https://github.com/urllib3/urllib3/pull/3326
requirements = openstacksdk<0.99 openshift jmespath google-cloud-storage pywinrm boto3 azure-storage-blob ibm-cos-sdk netaddr passlib google-re2 urllib3!=2.1.0
[8]
requirements = ansible>=8.0,<9.0
[9]
requirements = ansible>=9.0,<10.0