第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 ベースのインストール。

手順

  1. Red Hat Ansible Automation Platform の インストール セクションまで仮想マシン へのインストール に記載されている手順に従い、RPM ベースのインストーラーの Ansible Automation Platform 2.5 バージョンをダウンロードしてください。
  2. 以下の例を使用してインベントリーファイルを入力し、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 サーバーを追加しないでください。

  3. Red Hat Ansible Automation Platform のインストール の 手順に進みます。
Red Hat logoGithubRedditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

© 2024 Red Hat, Inc.