AnsiblePilot — Master Ansible Automation

AnsiblePilot is the leading resource for learning Ansible automation, DevOps, and infrastructure as code. Browse over 1,400 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 8 Ansible books published by Apress and Leanpub including "Ansible for VMware by Examples" and "Ansible for Kubernetes by Example", 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.

Install Ansible Automation Platform in Red Hat Ansible OpenShift Platform operator via Operator

By Luca Berton · Published 2024-01-01 · Category: installation

How to install Red Hat Ansible Automation Platform (AAP) via Red Hat Ansible Automation Platform operator on Red Hat OpenShift Container Platform (OCP).

Install Ansible Automation Platform in Red Hat Ansible OpenShift Platform operator via Operator

Ansible Automation Platform Operator

Red Hat Ansible Automation Platform's latest release supports Red Hat Enterprise Linux versions 8 and 9 and Red Hat Openshift (the Red Hat Enterprise release of Kubernetes). The Ansible Automation Platform Operator provides cloud-native, easy-to-install deployment of Ansible Automation Platform instances in our OpenShift environment version 4.9+.

See also: Install Ansible AWX Operator for Kubernetes (K8s) and OpenShift (OCP) - Ansible AWX

AAP Operator installation

Ansible Automation Platform Operator

The easiest way is to install the Ansible Automation Platform Operator via the OperatorHub in the web console. Search for "Ansible Automation Platform", latest release is 2.3.0+0.1674778407. The operator installs all the dependencies, such as PostgreSQL 13.

AAP operator installation parameters

Some parameters of the Ansible Automation Platform Operator installation: • Update Channel: the exact version to install • Installation mode: install the operator cluster-wise or only in a specific namespace • Installed namespace: customize the default is the "aap" namespace • Update approval: manual or automatic

AAP operator installed

AAP Operator usage

Once successfully installed, can access the Operator Dashboard to create instances of: • Automation Controller (AC): Deploy a new instance of AutomationController • Automation Controller Backup (ACB): Back up deployment of the controller, including jobs, inventories, and credentials • Automation Controller Restore (ACR): Restore a previous controller deployment from an AutomationControllerBackup. The deployment name you provide will be the name of the new AutomationController CR that will be created. • Automation Controller job template (JT): Define a new job template in the controller • Automation Controller job (AJ): Launch a new job via controller • Automation Hub (AH): Deploy a new instance of Automation Hub • Automation Hub Backup (AHB): Back up deployment of the hub, including all hosted Ansible content, secrets, and the database. By default, a persistent volume claim will be created using the default StorageClass on your cluster to store the backup. • Automation Hub Restore (AHR): Restore a previous hub deployment into the namespace.

AAP operator dashboard

We can create an instance of the Ansible Controller and access the Web dashboard to create users applying RBAC access criteria, fetch Ansible projects from the most common SCM, and run our automation using the Job Templates. The Ansible Controller Dashboard:

AAP Controller job dashboard

See also: AAP 2.6 Install Guide: Containerized, RPM & OpenShift Methods (2026)

Conclusion

Installing the Ansible Automation Platform in Red Hat OpenShift (OCP) is easy using the AAP Operator. It simplifies the lifecycle of the Ansible Controller and Automation Hub instances. template lookups in Ansible

See also: AWX vs Ansible Tower vs AAP: Key Differences Explained (2026)

For a production-focused walkthrough, see Luca Berton's guide on automating Kubernetes with Ansible.

Category: installation

Watch the video: Install Ansible Automation Platform in Red Hat Ansible OpenShift Platform operator via Operator — Video Tutorial

Browse all Ansible tutorials · AnsiblePilot Home