Ansible in OCI ubi8

Hello Experts,

I’m seeking your help to confirm if it’s posible to install Ansible in an Universal Base Image from Redhat. If not, could you please confirm if there is any plan to allow this?

Thank you for your support.

Ed

As of right now, the ansible and ansible-core RPMs are only accessible to Ansible Automation Platform subscribers. However RHEL 8.6 and RHEL 9.0 will include ansible-core in the main appstream.

Without a subscription, your best option currently would be to install with pip.

Forgive my skepticism, but I've been publishing RPM building tools for
ansible for a while now. They're available today, over at
https://github.com/nkadel/ansiblerepo/ .I also resolved the
"README.rst files get copied on top of each other" problem, and the
"license files get copied on each other", and the "compilation on RHEL
7 gets confused about /usr/bin/python being python 2.7" problem. Some
of the solutions were based on advice here, but I simply threw in the
towel on python 2 support, which seems not to be needed anymore.