Linux

Which Way to Install Ansible? Rocky Linux 9.4 and Ansible



Installing Ansible from your distributions Repository will give you Ansible but not the latest. With Rocky Linux 9.4 we get Ansible 2.14 from the EPEL repository which is good but not the lastest.

Using the Python pip install we get version 2.15 which is better but if we need it for all users we have to install as root and not in a virtual environment and the installer will advise you of this.

The third way it to clone the Ansible repository in git and choose the correct version for your Python version. For Rocky Linux 9.4 that means version 2.15 but at least we are not using pip to run the install so should be stable.

Additionally you can find my video courses on Pluralsight: and take time to see my own site

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button