2.3. Red Hat Ansible Automation Platform 설치 프로그램 선택 및 가져오기
Red Hat Enterprise Linux 환경 인터넷 연결을 기반으로 필요한 Red Hat Ansible Automation Platform 설치 프로그램을 선택합니다. 다음 시나리오를 검토하고 요구 사항을 충족하는 Red Hat Ansible Automation Platform 설치 프로그램을 결정합니다.
Red Hat 고객 포털에서 Red Hat Ansible Automation Platform 설치 프로그램에 액세스하려면 유효한 Red Hat 고객 계정이 필요합니다.
2.3.1. 인터넷 액세스로 설치
Red Hat Enterprise Linux 환경이 인터넷에 연결된 경우 Red Hat Ansible Automation Platform 설치 프로그램을 선택합니다. 인터넷 액세스를 사용하여 설치하면 최신 필수 리포지토리, 패키지 및 종속 항목을 검색합니다. 다음 방법 중 하나를 선택하여 Ansible Automation Platform 설치 프로그램을 설정합니다.
Tarball 설치
프로세스
- Red Hat Ansible Automation Platform 다운로드 페이지로 이동합니다.
- 제품 소프트웨어 탭에서 Ansible Automation Platform <latest-version> 설정에 대해 클릭합니다.
파일을 추출합니다.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow tar xvzf ansible-automation-platform-setup-<latest-version>.tar.gz
$ tar xvzf ansible-automation-platform-setup-<latest-version>.tar.gz
rpm install
프로세스
Ansible Automation Platform 설치 프로그램 패키지를 설치합니다.
V.2.5 for RHEL 8 for x86_64:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow sudo dnf install --enablerepo=ansible-automation-platform-2.5-for-rhel-8-x86_64-rpms ansible-automation-platform-installer
$ sudo dnf install --enablerepo=ansible-automation-platform-2.5-for-rhel-8-x86_64-rpms ansible-automation-platform-installer
V.2.5 for RHEL 9 for x86-64:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow sudo dnf install --enablerepo=ansible-automation-platform-2.5-for-rhel-9-x86_64-rpms ansible-automation-platform-installer
$ sudo dnf install --enablerepo=ansible-automation-platform-2.5-for-rhel-9-x86_64-rpms ansible-automation-platform-installer
dnf install
은 리포지토리가 기본적으로 비활성화되어 있으므로 리포지토리를 활성화합니다.
RPM 설치 프로그램을 사용하면 파일이 /opt/ansible-automation-platform/installer
디렉터리에 배치됩니다.
2.3.2. 인터넷 액세스없이 설치
인터넷에 액세스할 수 없거나 온라인 리포지토리와 별도의 구성 요소 및 종속 항목을 설치하지 않으려는 경우 Red Hat Ansible Automation Platform Bundle 설치 관리자를 사용합니다. Red Hat Enterprise Linux 리포지토리에 대한 액세스는 여전히 필요합니다. 다른 모든 종속 항목은 tar 아카이브에 포함되어 있습니다.
프로세스
- Red Hat Ansible Automation Platform 다운로드 페이지로 이동합니다.
- 제품 소프트웨어 탭에서 Ansible Automation Platform <latest-version> 설치 번들에 대해 클릭합니다.
파일을 추출합니다.
Copy to Clipboard Copied! Toggle word wrap Toggle overflow tar xvzf ansible-automation-platform-setup-bundle-<latest-version>.tar.gz
$ tar xvzf ansible-automation-platform-setup-bundle-<latest-version>.tar.gz