summaryrefslogtreecommitdiff
path: root/zuul/ansible/base/action/iosxr_template.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused ansible modulesJames E. Blair2022-04-131-1/+0
| | | | | | | These are the restricted ansible modules and symlinks which are no longer required. Change-Id: I8c7b5b00a2f3c84ae780a471bd19f0a2c971a19e
* Manage ansible installations within zuulTobias Henkel2019-03-151-0/+1
As a first step towards supporting multiple ansible versions we need tooling to manage ansible installations. This moves the installation of ansible from the requirements.txt into zuul. This is called as a setup hook to install the ansible versions into <prefix>/lib/zuul/ansible. Further this tooling abstracts knowledge that the executor must know in order to actually run the correct version of ansible. The actual usage of multiple ansible versions will be done in follow-ups. For better maintainability the ansible plugins live in zuul/ansible/base where plugins can be kept in different versions if necessary. For each supported ansible version there is a specific folder that symlinks the according plugins. Change-Id: I5ce1385245c76818777aa34230786a9dbaf723e5 Depends-On: https://review.openstack.org/623927