To help you find information quickly, we’ve remodeled the documentation to focus on how you work. Need help finding something?
Explore the updated navigation, use search, or get answers from Ask Red Hat.
Share Feedback to help us keep improving.
Prepare the Red Hat Enterprise Linux host
Containerized Ansible Automation Platform runs the component services as Podman based containers on top of a Red Hat Enterprise Linux host. Prepare the Red Hat Enterprise Linux host to ensure a successful installation.
Procedure
Log in to the Red Hat Enterprise Linux host as your non-root user.
Ensure that the hostname of your host uses a fully qualified domain name (FQDN).
To check the hostname of your host, run the following command:
hostname -f
Example output:
aap.example.org
If the hostname is not a FQDN, you can set it with the following command:
$ sudo hostnamectl set-hostname <your_hostname>
Register your Red Hat Enterprise Linux host with subscription-manager:
$ sudo subscription-manager register
Verify that only the BaseOS and AppStream repositories are enabled on the host:
$ sudo dnf repolist
Example output for RHEL 9:
Updating Subscription Management repositories.
repo id repo name
rhel-9-for-x86_64-appstream-rpms Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)
rhel-9-for-x86_64-baseos-rpms Red Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs)
Example output for RHEL 10:
Updating Subscription Management repositories.
repo id repo name
rhel-10-for-x86_64-appstream-rpms Red Hat Enterprise Linux 10 for x86_64 - AppStream (RPMs)
rhel-10-for-x86_64-baseos-rpms Red Hat Enterprise Linux 10 for x86_64 - BaseOS (RPMs)
Ensure the host can resolve host names and IP addresses using DNS. This is essential to ensure services can talk to one another.
Install ansible-core:
$ sudo dnf install -y ansible-core
Optional: Install additional utilities that are useful for troubleshooting purposes, for example wget, git-core, rsync, and vim:
$ sudo dnf install -y wget git-core rsync vim
Optional: To have the installation program automatically pick up and apply your Ansible Automation Platform subscription manifest license, follow the steps in Obtain a manifest file.
We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
Making open source more inclusive
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.
About Red Hat Documentation
We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.