AnsiblePilot — Master Ansible Automation

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

Integrate Private Automation Hub with Automation Controller — Video Tutorial

Learn how to connect Red Hat Ansible Automation Platform's Private Automation Hub to your Automation Controller for seamless access to collections and execution environments.

Watch Video

Watch "Integrate Private Automation Hub with Automation Controller" on YouTube

What You'll Learn

Full Tutorial Content

Introduction The integration between Red Hat Ansible Automation Platform’s Private Automation Hub and Automation Controller brings a seamless and efficient automation experience to your organization. This connection allows you to access Collections and Execution Environments from the Private Automation Hub, enabling effective management and deployment of automation resources. In this guide, we will walk you through the process of connecting your Private Automation Hub to your Automation Controller. Prerequisites Before you begin, ensure you have the following: 1. Private Automation Hub: Make sure you have a Private Automation Hub instance up and running. 2. Automation Controller: Ensure you have Red Hat Ansible Automation Platform installed with a working Automation Controller. 3. Automation Hub API Token: Obtain an API token from your Private Automation Hub. This token will be used for authentication. Links - https://www.redhat.com/sysadmin/get-started-private-automation-hub - https://access.redhat.com/solutions/6936761 Step-by-Step Guide Follow these steps to connect your Private Automation Hub to your Automation Controller: 1. Collect API Token from Private Automation Hub Log in to your Private Automation Hub. — Navigate to API token management by going to “Collections” > “API token management.” — Load your API token and click “Copy to clipboard” to save it. — Paste the API token into a secure file and store it in a safe location. ![Private Automation Hub API Token](/articles/ah-token.jpg) 2. Create Credentials in Automation Controller To authenticate your Automation Controller with your Private Automation Hub, you need to create specific credentials: **Private Automation Hub — Publish Credential:** — Credential Type: Ansible Galaxy/Automation Hub API Token — Galaxy Server URL: `https://ah.example.com/api/galaxy/content/published/` — API Token: Paste the API token obtained from the Private Automation Hub. **Private Automation Hub — RH-certified Credential:** — Credential Type: Ansible Galaxy/Automation Hub API Token — Galaxy Server URL: `https://ah.example.com/api/galaxy/content/rh-certified/` — API Token: Paste the API token obtained from the Private Automation Hub. **Private Automation Hub — Container Registry Credential:** — Credential Type: Container Registry — Galaxy Server URL: `https://ah.example.com/` — Username: Your Private Automation Hub login username — Password or Token: Your Private Automation Hub login password or token ![Automation Controller New Credential](/articles/ah-new-credential.jpg) 3. (Optional) Disable SSL verification for Private Automation Hub in Automation Controller > Settings > Jobs ![Automation Controller SSL validation](/articles/ah-disable-ssl.jpg) 4. Attach Credentials to Respective Organization Attach the created credentials to their respective organization within the Automation Controller. ![Automation Controller Select Credential](/articles/ah-select-credential.jpg) ![Automation Co

About This Tutorial

Read the full written article: Integrate Private Automation Hub with Automation Controller

Topics Covered

Related Video Tutorials