1장. Red Hat Package Manager 기반 설치
자동화 컨트롤러(4.4 또는 4.5)의 기존 Ansible Automation Platform 2.4 Red Hat Package Manager(RPM) 기반 설치가 있는 경우 이벤트 기반 Ansible 컨트롤러 1.1이 있는 Ansible Automation Platform 2.5를 새로 설치하고 함께 작동하도록 두 설치를 구성할 수 있습니다.
자동화 컨트롤러의 기존 Ansible Automation Platform 2.4 RPM 기반 설치가 없는 경우 Ansible Automation Platform 2.4 설치 프로그램을 사용하도록 Red Hat Ansible Automation Platform 설치 가이드를 참조하십시오.
1.1. 이벤트 기반 Ansible 컨트롤러 1.1 설치 및 자동화 컨트롤러 4.4 또는 4.5 구성 링크 복사링크가 클립보드에 복사되었습니다!
이벤트 기반 Ansible 컨트롤러 1.1의 새로운 Ansible Automation Platform 2.5 RPM 설치를 수행하고 자동화 컨트롤러 4.4 또는 4.5의 기존 Ansible Automation Platform 2.4 설치에서 작동하도록 구성합니다.
사전 요구 사항
- 자동화 컨트롤러 버전 4.4 또는 4.5가 포함된 Ansible Automation Platform 2.4의 기존 RPM 기반 설치
프로세스
- Red Hat Ansible Automation Platform 설치 섹션이 될 때까지 가상 머신에 설치하는 단계에 따라 RPM 기반 설치 프로그램의 Ansible Automation Platform 2.5 버전을 다운로드합니다.
다음 예제를 사용하여 인벤토리 파일을 채우어 Event-Driven Ansible 컨트롤러 1.1의 새 단일 인스턴스를 배포합니다.
# This is the Ansible Automation Platform mixed enterprise installer inventory file # Consult the docs if you are unsure what to add # For all optional variables consult the Red Hat documentation: # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/rpm_installation # This section is for your platform gateway hosts # ----------------------------------------------------- [automationgateway] gateway1.example.org gateway2.example.org gateway3.example.org # This section is for your Event-Driven Ansible controller hosts # ----------------------------------------------------- [automationedacontroller] eda1.example.org eda2.example.org eda3.example.org [redis] gateway1.example.org gateway2.example.org gateway3.example.org eda1.example.org eda2.example.org eda3.example.org [all:vars] # Common variables # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/rpm_installation/appendix-inventory-files-vars#ref-general-inventory-variables # ----------------------------------------------------- registry_username=<your RHN username> registry_password=<your RHN password> # Platform gateway # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/rpm_installation/appendix-inventory-files-vars#ref-gateway-variables # ----------------------------------------------------- automationgateway_admin_password=<set your own> automationgateway_pg_host=<set your own> automationgateway_pg_database=<set your own> automationgateway_pg_username=<set your own> automationgateway_pg_password=<set your own> # Event-Driven Ansible controller # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/rpm_installation/appendix-inventory-files-vars#event-driven-ansible-controller # ----------------------------------------------------- automationedacontroller_admin_password=<set your own> automationedacontroller_pg_host=<set your own> automationedacontroller_pg_database=<set your own> automationedacontroller_pg_username=<set your own> automationedacontroller_pg_password=<set your own>참고인벤토리 파일에서 컨트롤러를 유지합니다.
[automationcontroller]가 빈 그룹인지 확인합니다. 이벤트 기반 Ansible 2.5 서버만 추가합니다. 사용 가능한 업그레이드 옵션이 없으므로 이벤트 기반 Ansible 2.4 서버를 추가하지 마십시오.- Red Hat Ansible Automation Platform 설치 단계를 계속 진행하십시오.