2장. RHEL에 자동화 콘텐츠 탐색기 설치

컨텐츠 작성자는 RHEL(Red Hat Enterprise Linux) 8.6 이상에 자동화 컨텐츠 탐색기를 설치할 수 있습니다.

2.1. RPM에서 RHEL에 자동화 콘텐츠 탐색기 설치

RPM에서 RHEL(Red Hat Enterprise Linux)에 자동화 컨텐츠 탐색을 설치할 수 있습니다.

사전 요구 사항

  • RHEL 8.6 이상을 설치했습니다.
  • Red Hat Subscription Manager에 시스템을 등록하셨습니다.
참고

현재 Red Hat Ansible Automation Platform 환경과 일치하는 navigator만 설치해야 합니다.

절차

  1. Red Hat Ansible Automation Platform SKU 연결:

    $ subscription-manager attach --pool=<sku-pool-id>
  2. 다음 명령을 사용하여 자동화 콘텐츠 navigator를 설치합니다.

    V.2.4 for RHEL 8 for x86_64

    $ sudo dnf install --enablerepo=ansible-automation-platform-2.4-for-rhel-8-x86_64-rpms ansible-navigator

    V.2.4 for RHEL 9 for x86-64

    $ sudo dnf install --enablerepo=ansible-automation-platform-2.4-for-rhel-9-x86_64-rpms ansible-navigator

검증

  • Automation 콘텐츠 navigator 설치를 확인합니다.

    $ ansible-navigator --help

다음 예제에서는 설치에 성공하는 방법을 보여줍니다.

자동화 컨텐츠 navigator 성공적인 설치