3.2. 실행 환경 이미지 위치 업데이트
Ansible Automation Platform과 별도로 프라이빗 자동화 허브를 설치한 경우 프라이빗 자동화 허브를 가리키도록 실행 환경 이미지 위치를 업데이트할 수 있습니다.
절차
-
setup.sh가 포함된 디렉터리로 이동합니다. 다음 명령을 실행하여
./group_vars/automationcontroller를 만듭니다.touch ./group_vars/automationcontroller다음 내용을
./group_vars/automationcontroller에 붙여넣습니다. 환경에 맞게 설정을 조정합니다.# Automation Hub Registry registry_username: 'your-automation-hub-user' registry_password: 'your-automation-hub-password' registry_url: 'automationhub.example.org' registry_verify_ssl: False ## Execution Environments control_plane_execution_environment: 'automationhub.example.org/ee-supported-rhel8:latest' global_job_execution_environments: - name: "Default execution environment" image: "automationhub.example.org/ee-supported-rhel8:latest" - name: "Minimal execution environment" image: "automationhub.example.org/ee-minimal-rhel8:latest"./setup.sh스크립트를 실행합니다.$ ./setup.sh
검증
- 시스템 관리자 액세스 권한이 있는 사용자로 Ansible Automation Platform에 로그인합니다.
-
. -
이미지 열에서 실행 환경 이미지 위치가 <
registry url>/ansible-automation-platform-<version>/<image name>:<tag>에서 <> 의 기본값에서 변경되었는지 확인합니다.automation hub url>:<tag>:<tag