Ansible installation packages used by the Infrastructure Team
Use the build-ansible
script to automatically download and build the desired version of Ansible
Run it with:
./build-ansible <version>
For example:
./build-build v2.13.3
This will download, build an Ansible .tar.gz package that can be installed on any server to run Ansible locally
To install a desired version:
pip3 install --user ansible-<version>.tar.gz
For example:
pip3 install --user ansible-2.13.3.tar.gz