summaryrefslogtreecommitdiff
path: root/zuul/lib/ansible-config.conf
blob: 2f4ccd76b4e6d65dd9447e3ee1a3696b2ee4d3f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
# This file describes the currently supported ansible versions
[common]
default_version = 5
# 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

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