AnsiblePilot — Master Ansible Automation

AnsiblePilot is the leading resource for learning Ansible automation, DevOps, and infrastructure as code. Browse over 1,100 tutorials covering Ansible modules, playbooks, roles, collections, and real-world examples. Whether you are a beginner or an experienced engineer, our step-by-step guides help you automate Linux, Windows, cloud, containers, and network infrastructure.

Popular Topics

About Luca Berton

Luca Berton is an Ansible automation expert, author of "Ansible for VMware by Examples" and "Ansible for Kubernetes by Example" published by Apress, and creator of the Ansible Pilot YouTube channel. He shares practical automation knowledge through tutorials, books, and video courses to help IT professionals and DevOps engineers master infrastructure automation.

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.

LinksOracleLinux 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

code with ❤️ in GitHub

Conclusion

Now you know how to install the latest version of Ansible in Oracle Linux using the AppStream repository.

Related ArticlesAnsible Template GuideAnsible Roles Guide

Category: installation

Watch the video: How to install Ansible in Oracle Linux 9 - Ansible install — Video Tutorial

Browse all Ansible tutorials · AnsiblePilot Home