Ansible Automation Platform 2.4 でのイベント駆動型 Ansible 2.5 の使用


Red Hat Ansible Automation Platform 2.4

既存の 2.4 Automation Controller と連携するように最新の Event-Driven Ansible を設定する

Red Hat Customer Content Services

概要

既存の Automation Controller 2.4 インストールを使用して Event-Driven Ansible 2.5 をインストールおよび設定します。

はじめに

Event-Driven Ansible Controller 1.1 の新規インストールを Automation Controller 4.4 または 4.5 で設定できます。これは、Red Hat によって完全にサポートされている一般提供リリースと見なされます。Automation Controller 4.4 および 4.5 は、Ansible Automation Platform 2.4 の一部としてリリースされました。

以前のリリースから Event-Driven Ansible Controller 1.1 へのアップグレードは、現時点ではサポートされていません。

つまり、新しい Event-Driven Ansible Controller 2.5 サーバーをインストールし、Ansible Automation Platform 2.4 Automation Controller でジョブテンプレートを実行するようにルールブックアクティベーションを設定できます。この相互運用性サポートにより、既存の Ansible Automation Platform 2.4 クラスターを保持し、Event-Driven Ansible Controller 2.5 を追加できます。これにより、Event-Driven Ansible 2.5 の利点をすべて得られるので、必要に応じて Ansible Automation Platform 2.4 クラスターを Ansible Automation Platform 2.5 にアップグレードするオプションが提供されます。

Ansible Automation Platform 2.4 インストーラーを使用して Ansible Automation Platform 2.4 クラスターを管理するという点で、インストールは引き続き 2 つの個別のインストールです。Event-Driven Ansible 2.5 サーバーは、Ansible Automation Platform 2.5 インストーラーで管理されます。

このガイドでは、Event-Driven Ansible 1.1 をインストールして、Red Hat Package Manager (RPM)ベースのインストール用に Automation Controller 4.4 または 4.5 を操作する方法を説明します。

Red Hat ドキュメントへのフィードバック (英語のみ)

このドキュメントの改善に関するご意見がある場合や、エラーを発見した場合は、https://access.redhat.com から Technical Support チームに連絡してください。

第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 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>
    Copy to Clipboard Toggle word wrap
    注記

    インベントリーファイルからコントローラーを除外してください。[automationcontroller] が空グループであることを確認します。Event-Driven Ansible 2.5 サーバーのみを追加します。利用可能なアップグレードオプションがないため、Event-Driven Ansible 2.4 サーバーを追加しないでください。

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

1.2. RPM ベースのインストールのインストール後の手順

イベント駆動型 Ansible Controller 1.1 および Ansible Automation Platform 2.4 を使用して Ansible Automation Platform 2.5 をセットアップするためのインストール後の手順を完了する必要があります。このシナリオでは、インストールプログラムは意思決定環境と認証情報の作成を処理しません。インストールを完了するには、次の手順を参照してください。

  1. 2.5 の 非対応の意思決定環境 を Automation Hub にアップロードします。詳細は、Private Automation Hub へのコンテナーイメージのプッシュ を参照し てください。

    注記

    バンドルのインストールを実行する場合、イメージはセットアップバンドルの .tar ファイルに含まれます。

  2. Event-Driven Ansible で Automation Hub コンテナーレジストリーの認証情報を作成します。詳細は、認証情報の設定 を参照し てください。

第2章 インストール後の設定

インストールが完了したら、Automation Decisions (Event-Driven Ansible Controller)を Automation Execution (Automation Controller)に接続して、ルールブックアクティベーションを正常に実行する必要があります。

RPM ベースのインストールでこれを行うには、Red Hat Ansible Automation Platform 認証情報の設定 に記載されている手順に従います。

法律上の通知

Copyright © 2025 Red Hat, Inc.
The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version.
Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Linux® is the registered trademark of Linus Torvalds in the United States and other countries.
Java® is a registered trademark of Oracle and/or its affiliates.
XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
Node.js® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
The OpenStack® Word Mark and OpenStack logo are either registered trademarks/service marks or trademarks/service marks of the OpenStack Foundation, in the United States and other countries and are used with the OpenStack Foundation's permission. We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community.
All other trademarks are the property of their respective owners.
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

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

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

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

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

会社概要

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

Theme

© 2026 Red Hat
トップに戻る