Red Hat Ansible Inside Installation Guide


Red Hat Ansible Inside 1.3

Install and configure Red Hat Inside

Red Hat Customer Content Services

Abstract

Use Red Hat Ansible Inside to integrate Ansible automation within your applications using the Command Line Interfaces of the Ansible components.

Providing feedback on Red Hat documentation

If you have a suggestion to improve this documentation, or find an error, you can contact technical support at https://access.redhat.com to open a request.

Chapter 1. Introduction

Red Hat Ansible Inside 1.3 is a product bundle of Ansible Executor (runner), Ansible Core, Ansible Automation content navigator, Ansible Builder and Ansible automation 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.

Chapter 2. Installing Red Hat Ansible Inside

You can install the following Red Hat Ansible Inside 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.

2.1. Prerequisites

Ansible Inside 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.3-for-rhel-8-x86_64-rpms
Copy to Clipboard Toggle word wrap
  • RHEL 9
sudo subscription-manager repos --enable=ansible-inside-1.3-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.

You can install all the components at once, or you can install only the components you need.

2.2.1. Installing all-in-one with RHSM

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

  1. RHEL 8:

    sudo dnf install ansible-navigator ansible-core ansible-builder ansible-runner python39-ansible-sdk
    Copy to Clipboard Toggle word wrap
  2. RHEL 9:

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

2.2.2. Installing individual components with RHSM

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

  1. Ansible Core:

    sudo dnf install ansible-core
    Copy to Clipboard Toggle word wrap
  2. Ansible Builder:

    sudo dnf install ansible-builder
    Copy to Clipboard Toggle word wrap
  3. Ansible Runner:

    sudo dnf install ansible-runner
    Copy to Clipboard Toggle word wrap
  4. Ansible Navigator:

    sudo dnf install ansible-navigator
    Copy to Clipboard Toggle word wrap
  5. Ansible SDK:

    • RHEL 8:

      sudo dnf install python39-ansible-sdk
      Copy to Clipboard Toggle word wrap
    • RHEL 9:

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

Automation 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.

2.3.1. RHEL 9 execution environments

The following Red Hat supported execution environments are available for RHEL 9:

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

2.3.2. RHEL 8 execution environments

The following Red Hat supported execution environments are available for RHEL 8:

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

You can pull execution environment images from the Red Hat registry using a container engine such as Podman. The following procedure uses podman pull. Refer to catalog.redhat.com for other installation methods available.

  1. Log in to the Red Hat registry.

    $ podman login registry.redhat.io
    Username: {REGISTRY-SERVICE-ACCOUNT-USERNAME}
    Password: {REGISTRY-SERVICE-ACCOUNT-PASSWORD}
    Login Succeeded!
    Copy to Clipboard Toggle word wrap
  2. Run the following command to pull an execution environment.

    $ podman pull registry.redhat.io/ansible-automation-platform/<execution-env-name>
    Copy to Clipboard Toggle word wrap

    Replace <execution-env-name> with the execution environment that you want to use.

    For example, the following command pulls a RHEL8 minimal execution environment:

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

Legal Notice

Copyright © 2025 Red Hat, Inc.
The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version.
Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Linux® is the registered trademark of Linus Torvalds in the United States and other countries.
Java® is a registered trademark of Oracle and/or its affiliates.
XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
Node.js® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
The OpenStack® Word Mark and OpenStack logo are either registered trademarks/service marks or trademarks/service marks of the OpenStack Foundation, in the United States and other countries and are used with the OpenStack Foundation's permission. We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community.
All other trademarks are the property of their respective owners.
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