1.3. 설치
Red Hat Subscription Manager(RHSM)를 사용하여 다음 Red Hat Ansible Inside 1.1 구성 요소를 설치할 수 있습니다. 또는 Red Hat Registry에서 다운로드할 수 있습니다.
- Ansible Core(RHSM을 통해 설치)
- Ansible Executor(runner)(RHSM을 통해 설치)
- Ansible Navigator(RHSM을 통해 설치)
- Ansible Builder(RHSM을 통해 설치)
- Ansible SDK (RHSM을 통해 설치)
- Ansible 실행 환경(Red Hat Registry를 통해 다운로드)
모든 RHSM 구성 요소를 All-In-One 또는 개별적으로 설치할 수 있습니다.
1.3.1. all-in-One RHSM
한 번에 모든 구성 요소를 설치하려면 다음 명령을 실행합니다.
sudo dnf install ansible-navigator ansible-core ansible-builder ansible-runner ansible-sdk
sudo dnf install ansible-navigator ansible-core ansible-builder ansible-runner ansible-sdk
1.3.2. 개별 RHSM
다음 명령을 사용하여 요구 사항에 필요한 구성 요소만 개별적으로 설치할 수 있습니다.
Ansible Core
sudo dnf install ansible-core
sudo dnf install ansible-core
Ansible 빌더
sudo dnf install ansible-builder
sudo dnf install ansible-builder
Ansible Runner
sudo dnf install ansible-runner
sudo dnf install ansible-runner
Ansible Navigator
sudo dnf install ansible-navigator
sudo dnf install ansible-navigator
Ansible SDK
sudo dnf install ansible-sdk
sudo dnf install ansible-sdk
1.3.3. Red Hat Registry에서 다운로드
Ansible 실행 환경은 Ansible Inside에서 Ansible 자동화를 실행하는 기준선으로 사용되거나 Ansible Builder와 함께 사용하여 필요에 맞게 확장된 자동화 호환성을 제공할 수 있습니다.
사용 가능한 Red Hat 지원 실행 환경은 다음과 같습니다.
- 호환성 실행 환경(ansible-automation-platform-24/ee-29-rhel8)
- EE-29에는 이전 버전의 Ansible Automation Platform용으로 작성된 플레이북 및 콘텐츠와의 호환성을 위해 ansible 2.9가 포함되어 있습니다.
- 최소 실행 환경(ansible-automation-platform-23/ee-minimal-rhel8)
- EE-minimal은 Red Hat Ansible Automation Platform의 자동화 실행 환경입니다. ee-minimal에는 ansible-core 2.13이 포함되어 있습니다.
- 지원되는 실행 환경(ansible-automation-platform-23/ee-supported-rhel8)
- EE 지원은 Red Hat Ansible Automation Platform에서 사용할 수 있는 자동화 실행 환경입니다.ee-supported은 ansible-core 2.13 및 Red Hat에서 지원하는 자동화 콘텐츠 컬렉션을 포함합니다.
이미지 가져오기 예
Podman 및 기타 수단을 사용하여 모든 이미지를 가져올 수 있습니다. Podman 가져오기의 예는 다음과 같습니다.
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
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
사용 가능한 다른 설치 방법은 catalog.redhat.com을 참조하십시오.