How to install Ansible in RedHat Enterprise Linux (RHEL) 9.3 - Ansible install
By Luca Berton · Published 2024-01-01 · Category: installation
Updated 2026 guide to install Ansible on RHEL 9.3. Step-by-step instructions using subscription-manager, pip, or Ansible Automation Platform.
How to install Ansible in Red Hat Enterprise Linux version 9.3?
Today we're going to talk about the easier way to install and maintain up-to-date Ansible inside RHEL 9.3 with the distribution tools. I'm Luca Berton and welcome to today's episode of Ansible Pilot.
How to install Ansible in RHEL 9.3 • The Ansible Core package ansible-core included in the RHEL 9.3 AppStream repository
Today we're talking about How to install Ansible in RHEL 9.3. The good news is that the Ansible Core package (ansible-core) is included out-of-the-box in the RHEL 9.3 AppStream repository. No more additional repository (Ansible Engine or EPEL) like previous versions for basic automation. However, for additional support for the underlying platform and Core-maintained modules is required the Ansible Automation Platform subscription.
See also: Ansible terminology - ansible vs ansible-core packages.
Link • Scope of support for the Ansible Core package included in the RHEL 9.3 AppStream • Using Ansible in RHEL 9.3
## Playbook
Install latest Ansible-Core in RHEL 9.3.
code • Install-Ansible-RHEL9.3.sh
execution
Before execution
After execution
Conclusion Now you know how to install the latest version of Ansible Core in RHEL9.3.
Related Articles • Ansible Roles Guide
Category: installation
Watch the video: How to install Ansible in RedHat Enterprise Linux (RHEL) 9.3 - Ansible install — Video Tutorial