Chapter 1. Installing Red Hat Ansible Inside


1.1. Introduction

Red Hat Ansible Inside 1.1 is a product bundle of Ansible Executor (runner), Ansible Core, Ansible Navigator, Ansible Builder and Ansible Execution Environments. Ansible Inside allows a Red Hat Partner to integrate Ansible automation within their application using the Command Line Interfaces of the Ansible components.

1.2. Prerequisites

Ansible Inside 1.1 requires a valid subscription to an Ansible Inside SKU and enablement of the corresponding Red Hat Subscription Manager (RHSM) repository.

Contact Red Hat customer support or Red Hat sales for purchasing or attaching an Ansible Inside subscription.

After a valid Ansible Inside subscription has been attached to your organization within Red Hat Subscription Manager, you can enable the required repository as follows:

  • RHEL 8
sudo subscription-manager repos --enable=ansible-inside-1.1-for-rhel-8-x86_64-rpms
Copy to Clipboard Toggle word wrap
  • RHEL 9
sudo subscription-manager repos --enable=ansible-inside-1.1-for-rhel-9-x86_64-rpms
Copy to Clipboard Toggle word wrap

After the repository is enabled, you can proceed with installing the Ansible components.

1.3. Installation

You can install the following Red Hat Ansible Inside 1.1 components using the Red Hat Subscription Manager (RHSM). Alternatively, you can download them from the Red Hat Registry.

  • Ansible Core (installed via RHSM)
  • Ansible Executor (runner) (installed via RHSM)
  • Ansible Navigator (installed via RHSM)
  • Ansible Builder (installed via RHSM)
  • Ansible SDK (installed via RHSM)
  • Ansible Execution Environment (Downloaded via Red Hat Registry)

You can install all the RHSM components as All-In-One or Individually.

1.3.1. All-In-One RHSM

To install all the components in one go, run the following command:

sudo dnf install ansible-navigator ansible-core ansible-builder ansible-runner ansible-sdk
Copy to Clipboard Toggle word wrap

1.3.2. Individual RHSM

You can install only the required components for your needs individually using the following commands:

Ansible Core

sudo dnf install ansible-core
Copy to Clipboard Toggle word wrap

Ansible Builder

sudo dnf install ansible-builder
Copy to Clipboard Toggle word wrap

Ansible Runner

sudo dnf install ansible-runner
Copy to Clipboard Toggle word wrap

Ansible Navigator

sudo dnf install ansible-navigator
Copy to Clipboard Toggle word wrap

Ansible SDK

sudo dnf install ansible-sdk
Copy to Clipboard Toggle word wrap

1.3.3. Download from the Red Hat Registry

Ansible Execution Environments are used in Ansible Inside as either a baseline to execute your Ansible automation with, or can be used with Ansible Builder to provide extended automation compatibility to suit your needs.

The Red Hat supported execution environments available are:

compatibility execution environment (ansible-automation-platform-24/ee-29-rhel8)
ee-29 contains ansible 2.9, for compatibility with playbooks and content written for previous versions of Ansible Automation Platform.
minimal execution environment (ansible-automation-platform-23/ee-minimal-rhel8)
ee-minimal is an automation execution environment for Red Hat Ansible Automation Platform. ee-minimal contains ansible-core 2.13.
supported execution environment (ansible-automation-platform-23/ee-supported-rhel8)
ee-supported is an automation execution environment for use with Red Hat Ansible Automation Platform. ee-supported contains ansible-core 2.13 and automation content collections supported by Red Hat.

Example of pull for an image

All the images can be pulled using Podman and other means. Here is an example of a Podman pull.

podman login registry.redhat.io
Username: {REGISTRY-SERVICE-ACCOUNT-USERNAME}
Password: {REGISTRY-SERVICE-ACCOUNT-PASSWORD}
Login Succeeded!

podman pull registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8:2.13.4-1
Copy to Clipboard Toggle word wrap

Refer to catalog.redhat.com for other installation methods available.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

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.

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

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top