summaryrefslogtreecommitdiff
path: root/zuul/lib/ansible-config.conf
blob: c2c42a29960f9be1d68194819d7cf71981252af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This file describes the currently supported ansible versions
[common]
default_version = 6
# OpenStackSDK 0.99.0 coincides with CORS header problems in some providers
requirements = openstacksdk<0.99 openshift jmespath google-cloud-storage pywinrm boto3 azure-storage-blob ibm-cos-sdk netaddr passlib

[5]
requirements = ansible>=5.0,<6.0
deprecated = true

[6]
requirements = ansible>=6.0,<7.0