Files
zuul/zuul/lib/ansible-config.conf
James E. Blair 008e3b45dd Add IBM and Azure deps to the default ansible config
These are required for the log upload roles in zuul-jobs to work,
so include them by default.

Change-Id: Ibc1ffa9d0acb7a988ac207765a67da5a6d2ac3ce
2022-04-13 14:17:04 -07:00

15 lines
530 B
Plaintext

# 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 azure-storage-blob ibm-cos-sdk
[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