How to install Ansible in Oracle Linux 9 - Ansible install
By Luca Berton · Published 2024-01-01 · Category: installation
Learn how to easily install and maintain Ansible on Oracle Linux 9 using the ansible-core package from the AppStream repository with this straightforward guide.
How to install Ansible in OracleLinux version 9. Today we’re going to talk about the easier way to install and maintain Ansible inside OracleLinux 9 using the appstream system repository. I’m Luca Berton and welcome to today’s episode of Ansible Pilot.
How to install Ansible in OracleLinux 9 • ansible-core included in AppStream repository • ansible package not available
Today we’re talking about How to install Ansible in OracleLinux 9.
The easier way to install and maintain up-to-date Ansible inside OracleLinux version 9 is using the ansible-core package included in the AppStream distribution repository. Please notice that the package ansible isn’t available anymore. It’s not necessary to use the additional EPEL package repository.
See also: Ansible terminology - ansible vs ansible-core packages.
Links • OracleLinux website
Playbook
Let’s jump into a quick live Playbook of how to install the latest version of Ansible in OracleLinux. I’m going to install the ansible-core package in an OracleLinux 9 using the AppStream distribution repository.
code • Install-Ansible-OracleLinux9.sh
execution
before execution
after execution
Conclusion
Now you know how to install the latest version of Ansible in Oracle Linux using the AppStream repository.
Related Articles • Ansible Template Guide • Ansible Roles Guide
Category: installation
Watch the video: How to install Ansible in Oracle Linux 9 - Ansible install — Video Tutorial