zuul/releasenotes/notes/multi-ansible-d027be61ad8593d4.yaml
Tobias Henkel 5c2b61e638
Make ansible version configurable
Currently the default ansible version is selected by the version of
zuul itself. However we want to make this configurable per deployment
(zuul.conf), tenant and job.

Change-Id: Iccbb124ac7f7a8260c730fbc109ccfc1dec09f8b
2019-03-15 09:09:16 +01:00

15 lines
571 B
YAML

---
features:
- |
Jobs may now specify which ansible version is used to run them.
The ansible version to use can now be specified by
:attr:`job.ansible-version`.
upgrade:
- |
In order to support several ansible versions installed simultaneously
Zuul now handles them itself in virtual environments. By default Zuul
installs the needed ansible versions on startup so there is no further
user action required. However it is recommended to pre-install the
ansible environments during installation by invoking
``zuul-manage-ansible``.