Este contenido no está disponible en el idioma seleccionado.
Chapter 5. Setting up your development environment
You can follow the procedures in this section to set up your development environment to create automation execution environments.
5.1. Installing Ansible Builder Copiar enlaceEnlace copiado en el portapapeles!
You can install Ansible Builder using Red Hat Subscription Management (RHSM) to attach your Red Hat Ansible Automation Platform subscription. Attaching your Red Hat Ansible Automation Platform subscription allows you to access subscription-only resources necessary to install ansible-builder. Once you attach your subscription, the necessary repository for ansible-builder is automatically enabled.
You must have valid subscriptions attached on the host before installing ansible-builder.
Procedure
In your terminal, run the following command to install Ansible Builder and activate your Ansible Automation Platform repo:
dnf install --enablerepo ansible-automation-platform-2.3-for-rhel-8-x86_64-rpms ansible-builder
# dnf install --enablerepo ansible-automation-platform-2.3-for-rhel-8-x86_64-rpms ansible-builderCopy to Clipboard Copied! Toggle word wrap Toggle overflow
5.3. Downloading base automation execution environments Copiar enlaceEnlace copiado en el portapapeles!
Base images that ship with Ansible Automation Platform 2.0 are hosted on the Red Hat Ecosystem Catalog (registry.redhat.io).
Prerequisites
- You have a valid Red Hat Ansible Automation Platform subscription.
Procedure
Log in to registry.redhat.io
podman login registry.redhat.io
$ podman login registry.redhat.ioCopy to Clipboard Copied! Toggle word wrap Toggle overflow Pull the base images from the registry
podman pull registry.redhat.io/aap/<image name>
$ podman pull registry.redhat.io/aap/<image name>Copy to Clipboard Copied! Toggle word wrap Toggle overflow