第1章 Red Hat Package Manager ベースのインストール
Automation Controller (4.4 または 4.5)の既存の Ansible Automation Platform 2.4 Red Hat Package Manager (RPM)ベースのインストールがある場合は、イベント駆動型 Ansible Controller 1.1 を持つ Ansible Automation Platform 2.5 の新規インストールを実行し、連携するように 2 つのインストールを設定できます。
Automation Controller の既存の Ansible Automation Platform 2.4 RPM ベースのインストールがない場合は、Red Hat Ansible Automation Platform インストールガイド を参照して、Ansible Automation Platform 2.4 インストーラーを使用するようにしてください。
1.1. Event-Driven Ansible Controller 1.1 のインストールと自動化コントローラー 4.4 または 4.5 の設定
イベント駆動型 Ansible Controller 1.1 の新しい Ansible Automation Platform 2.5 RPM ベースのインストールを実行し、Automation Controller 4.4 または 4.5 の既存の Ansible Automation Platform 2.4 インストールと連携するように設定します。
前提条件
- Automation Controller バージョン 4.4 または 4.5 を使用した Ansible Automation Platform 2.4 の既存の RPM ベースのインストール。
手順
- Red Hat Ansible Automation Platform の インストール セクションまで仮想マシン へのインストール に記載されている手順に従い、RPM ベースのインストーラーの Ansible Automation Platform 2.5 バージョンをダウンロードしてください。
以下の例を使用してインベントリーファイルを入力し、Event-Driven Ansible Controller 1.1 の新しい単一インスタンスをデプロイします。
# This is the enterprise installer inventory file # Please consult the docs if you are unsure what to add # For all optional variables please 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 # This section is for your Event-Driven Ansible controller hosts # ----------------------------------------------------- [automationedacontroller] eda1.example.org eda2.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]
が空グループであることを確認します。Event-Driven Ansible 2.5 サーバーのみを追加します。利用可能なアップグレードオプションがないため、Event-Driven Ansible 2.4 サーバーを追加しないでください。- Red Hat Ansible Automation Platform のインストール の 手順に進みます。