summaryrefslogtreecommitdiff
path: root/zuul/lib/ansible-config.conf
blob: 06104d8582ca33d15fd7b0536458bef2e9b75138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file describes the currently supported ansible versions
[common]
default_version = 2.9
# Jinja2 pinned due to 3.1.0 breaking ara
requirements = ara>=0.16.5,<1.0.0 Jinja2<3.1.0 openstacksdk openshift jmespath google-cloud-storage pywinrm boto3

[2.8]
# Ansible 2.8.16 breaks the k8s connection plugin
requirements = ansible>=2.8,<2.9,!=2.8.16

[2.9]
# Ansible 2.9.14 breaks the k8s connection plugin
# https://github.com/ansible/ansible/issues/72171
requirements = ansible>=2.9,<2.10,!=2.9.14