Questo contenuto non è disponibile nella lingua selezionata.
Chapter 2. Installing Automation content navigator on RHEL
As a content creator, you can install Automation content navigator on Red Hat Enterprise Linux (RHEL) 8 or later.
2.1. Installing Automation content navigator on RHEL from an RPM Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
You can install Automation content navigator on Red Hat Enterprise Linux (RHEL) from an RPM.
Prerequisites
- You have installed RHEL 8 or later.
- You registered your system with Red Hat Subscription Manager.
Procedure
Attach the Red Hat Ansible Automation Platform SKU.
$ subscription-manager attach --pool=<sku-pool-id>Enable the repository for RHEL 8.
$ sudo subscription-manager repos --enable ansible-automation-platform-2.1-for-rhel-8-x86_64-rpmsInstall Automation content navigator.
$ dnf install ansible-navigator
Verification
Verify your Automation content navigator installation:
$ ansible-navigator --help
The following example demonstrates a successful installation: