Ansible vs. RHEL/Rocky

Hi,

Nearly every major Linux distribution under the sun provides official packages for Ansible.

Back in 2015 Red Hat bought Ansible.

And still RHEL and downstream distributions have to use the third-party EPEL repository to install Ansible.

That strikes me as weird.

Should not need.

Isn’t ansible-core in appstream?


EPEL has package ansible, but that is now merely:

Summary : Curated set of Ansible collections included in addition to ansible-core


The ansible for RHEL 7 was old or lacking. Both EPEL and CentOS SIG did package newer versions, up to 2.9.
RHEL 8 did hop into newer Ansible, but delivers only the Core of it – collections are now elsewhere (EPEL or Ansible galaxy). RHEL [89] has also rhel-system-roles package (and that is the baffling bit – some roles in it depend on collections).

1 Like

This is a to narrow view. The reason for a restructure at the project level was the need to have a faster development cycle. Start a read here

https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html

1 Like

Agreed. All that is good.

My point was that RHEL does offer System Roles and does include Ansible to make them usable; neither RHEL nor Rocky does depend on EPEL for that.

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.