はじめに
Ansible Automation Platform 2.6 がGAされましたので、ppc64le 上にインストールしてみました。
今回もコンテナ版で、以前の記事を参考にしています。
What's new
(ご参考)AIにAnsible Automation Platform 2.6 は何が新しいかを聞いた回答です。
Ansible Automation Platform(AAP)2.6の主な新機能は、自動化ROI(投資収益率)を追跡するダッシュボード、生成AIを活用したインテリジェントアシスタント「Ansible Lightspeed」、セルフサービス型自動化ポータルなどです。
主要な新機能と拡張機能
- AI活用による自動化の効率向上
Ansible Lightspeedインテリジェントアシスタント: 生成AIを活用し、プレイブックの作成や日々のタスクを支援します。プラットフォーム内でAIによるコンテキストに応じたサポートが提供され、よりスマートで迅速な自動化が可能になります。
- ROIの可視化と価値実証
新しいアナリティクスダッシュボード: 自動化のROIをリアルタイムで追跡し、データに基づいた意思決定を支援します。時間短縮などの効果を可視化し、自動化の価値を証明できます。
- 自動化へのアクセス性向上
新しいセルフサービス自動化ポータル: より多くのユーザーが簡単に自動化を利用できるよう、簡素化されたアクセスを提供します。チーム間で安全に自動化を共有する仕組みにより、さまざまな担当者が自動化を活用できます。
プラットフォームの強化
- Event-Driven Ansibleの強化: パフォーマンス向上、運用簡素化、およびセキュリティやネットワークにわたる機能拡張が実施されました。外部シークレット管理(HashiCorp Vaultなど)をサポートし、自動化コントローラーと同等の機能が提供されます。
- 統合されたID管理: プラットフォーム全体でのロールベースアクセスコントロール(RBAC)が統合され、管理者はプラットフォーム全体にわたるユーザーをより一元的に管理できるようになりました。
アップグレードの簡素化: 2.4から2.6へのアップグレードプロセスが大幅に改善されました。認証設定やユーザーデータが自動的に移行されるため、以前のバージョンよりもスムーズな移行が可能です。
- 技術的な変更
最新のUI: 最新バージョンのPatternflyに基づいたUIの刷新により、ユーザーエクスペリエンス、パフォーマンス、開発者効率が向上しました。
対応バージョン: 最新のAnsible Core 2.18をサポートするほか、Red Hat Enterprise Linux 9.4以降など、基盤となるソフトウェアの対応バージョンが更新されました。
- アップグレード時の注意点
2.6へのアップグレードを計画する際は、公式ドキュメントで推奨されるアップグレードパスを確認し、計画的に実施することが重要です。特に、既存の認証情報やユーザーデータが新しい集中管理システムに移行されるため、移行時の動作を理解しておく必要があります。
(AI参照文書)
・マニュアル
https://docs.redhat.com/ja/documentation/red_hat_ansible_automation_platform/2.6/
実行環境
S1122 RHEL 9.6 (ppc64le)
# LD_SHOW_AUXV=1 /bin/true | grep _PLATFORM
AT_PLATFORM: power11
AT_BASE_PLATFORM: power11
# cat /etc/os-release
[?2004l
NAME="Red Hat Enterprise Linux"
VERSION="9.6 (Plow)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="9.6"
PLATFORM_ID="platform:el9"
PRETTY_NAME="Red Hat Enterprise Linux 9.6 (Plow)"
ANSI_COLOR="0;31"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:redhat:enterprise_linux:9::baseos"
HOME_URL="https://www.redhat.com/"
DOCUMENTATION_URL="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9"
BUG_REPORT_URL="https://issues.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 9"
REDHAT_BUGZILLA_PRODUCT_VERSION=9.6
REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="9.6"
リソース: 1 CPU, 32GB Memory
導入前準備
- モジュールのダウンロードと配置、展開
Red Hat Customer Portal から "Ansible Automation Platform 2.6 Containerized Setup Bundle (2.33GB)" ダウンロードします。
# ls -l ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le.tar.gz
-rw-r--r--. 1 root root 2499648634 Oct 8 02:27 ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le.tar.gz
#
- サブスクリプション設定
# subscription-manager register --force
Unregistering from: subscription.rhsm.redhat.com:443/subscription
The system with UUID bbd6bafe-6653-46b5-8c9a-8bf52f62e228 has been unregistered
All local data removed
Registering to: subscription.rhsm.redhat.com:443/subscription
Username: xxxxx
Password:
The system has been registered with ID: ec574dec-065d-4a6b-96a7-5189a61ce231
The registered system name is: aap26.cloud.ibm.com
#
- サブスクリプションの確認
# dnf repolist
Updating Subscription Management repositories.
repo id repo name
rhel-9-for-ppc64le-appstream-rpms Red Hat Enterprise Linux 9 for Power, little endian - AppStream (RPMs)
rhel-9-for-ppc64le-baseos-rpms Red Hat Enterprise Linux 9 for Power, little endian - BaseOS (RPMs)
- 前提モジュール導入
# dnf install -y ansible-core
Updating Subscription Management repositories.
This system has release set to 9.6 and it receives updates only for this release.
Red Hat Enterprise Linux 9 for Power, little endian - BaseOS (RPMs) 94 kB/s | 4.1 kB 00:00
Red Hat Enterprise Linux 9 for Power, little endian - Supplementary 103 kB/s | 3.7 kB 00:00
Red Hat Enterprise Linux 9 for Power, little endian - AppStream (RP 1.5 kB/s | 4.5 kB 00:03
Dependencies resolved.
====================================================================================================
Package Arch Version Repository Size
====================================================================================================
Installing:
ansible-core ppc64le 1:2.14.18-1.el9 rhel-9-for-ppc64le-appstream-rpms 2.6 M
Installing dependencies:
git-core ppc64le 2.47.3-1.el9_6 rhel-9-for-ppc64le-appstream-rpms 5.2 M
python3-cffi ppc64le 1.14.5-5.el9 rhel-9-for-ppc64le-baseos-rpms 266 k
python3-cryptography ppc64le 36.0.1-5.el9_6 rhel-9-for-ppc64le-baseos-rpms 1.2 M
python3-packaging noarch 20.9-5.el9 rhel-9-for-ppc64le-appstream-rpms 81 k
python3-ply noarch 3.11-14.el9 rhel-9-for-ppc64le-baseos-rpms 111 k
python3-pycparser noarch 2.20-6.el9 rhel-9-for-ppc64le-baseos-rpms 139 k
python3-pyparsing noarch 2.4.7-9.el9 rhel-9-for-ppc64le-baseos-rpms 154 k
python3-resolvelib noarch 0.5.4-5.el9 rhel-9-for-ppc64le-appstream-rpms 38 k
sshpass ppc64le 1.09-4.el9 rhel-9-for-ppc64le-appstream-rpms 30 k
Transaction Summary
====================================================================================================
Install 10 Packages
Total download size: 9.8 M
Installed size: 44 M
Downloading Packages:
(1/10): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.7 MB/s | 154 kB 00:00
(2/10): python3-ply-3.11-14.el9.noarch.rpm 1.7 MB/s | 111 kB 00:00
(3/10): python3-cffi-1.14.5-5.el9.ppc64le.rpm 3.9 MB/s | 266 kB 00:00
(4/10): python3-pycparser-2.20-6.el9.noarch.rpm 3.9 MB/s | 139 kB 00:00
(5/10): sshpass-1.09-4.el9.ppc64le.rpm 784 kB/s | 30 kB 00:00
(6/10): python3-cryptography-36.0.1-5.el9_6.ppc64le.rpm 23 MB/s | 1.2 MB 00:00
(7/10): python3-packaging-20.9-5.el9.noarch.rpm 2.2 MB/s | 81 kB 00:00
(8/10): python3-resolvelib-0.5.4-5.el9.noarch.rpm 808 kB/s | 38 kB 00:00
(9/10): ansible-core-2.14.18-1.el9.ppc64le.rpm 40 MB/s | 2.6 MB 00:00
(10/10): git-core-2.47.3-1.el9_6.ppc64le.rpm 62 MB/s | 5.2 MB 00:00
----------------------------------------------------------------------------------------------------
Total 47 MB/s | 9.8 MB 00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : git-core-2.47.3-1.el9_6.ppc64le 1/10
Installing : python3-resolvelib-0.5.4-5.el9.noarch 2/10
Installing : sshpass-1.09-4.el9.ppc64le 3/10
Installing : python3-ply-3.11-14.el9.noarch 4/10
Installing : python3-pycparser-2.20-6.el9.noarch 5/10
Installing : python3-cffi-1.14.5-5.el9.ppc64le 6/10
Installing : python3-cryptography-36.0.1-5.el9_6.ppc64le 7/10
Installing : python3-pyparsing-2.4.7-9.el9.noarch 8/10
Installing : python3-packaging-20.9-5.el9.noarch 9/10
Installing : ansible-core-1:2.14.18-1.el9.ppc64le 10/10
Running scriptlet: ansible-core-1:2.14.18-1.el9.ppc64le 10/10
Verifying : python3-pyparsing-2.4.7-9.el9.noarch 1/10
Verifying : python3-cffi-1.14.5-5.el9.ppc64le 2/10
Verifying : python3-ply-3.11-14.el9.noarch 3/10
Verifying : python3-pycparser-2.20-6.el9.noarch 4/10
Verifying : python3-cryptography-36.0.1-5.el9_6.ppc64le 5/10
Verifying : sshpass-1.09-4.el9.ppc64le 6/10
Verifying : python3-packaging-20.9-5.el9.noarch 7/10
Verifying : python3-resolvelib-0.5.4-5.el9.noarch 8/10
Verifying : ansible-core-1:2.14.18-1.el9.ppc64le 9/10
Verifying : git-core-2.47.3-1.el9_6.ppc64le 10/10
Installed products updated.
Installed:
ansible-core-1:2.14.18-1.el9.ppc64le git-core-2.47.3-1.el9_6.ppc64le
python3-cffi-1.14.5-5.el9.ppc64le python3-cryptography-36.0.1-5.el9_6.ppc64le
python3-packaging-20.9-5.el9.noarch python3-ply-3.11-14.el9.noarch
python3-pycparser-2.20-6.el9.noarch python3-pyparsing-2.4.7-9.el9.noarch
python3-resolvelib-0.5.4-5.el9.noarch sshpass-1.09-4.el9.ppc64le
Complete!
# dnf install -y wget git-core rsync vim
Updating Subscription Management repositories.
This system has release set to 9.6 and it receives updates only for this release.
Red Hat Enterprise Linux 9 for Power, little endian - BaseOS (RPMs) 102 kB/s | 4.1 kB 00:00
Red Hat Enterprise Linux 9 for Power, little endian - Supplementary 103 kB/s | 3.7 kB 00:00
Red Hat Enterprise Linux 9 for Power, little endian - AppStream (RP 124 kB/s | 4.5 kB 00:00
Package git-core-2.47.3-1.el9_6.ppc64le is already installed.
Package rsync-3.2.5-3.el9.ppc64le is already installed.
Dependencies resolved.
====================================================================================================
Package Arch Version Repository Size
====================================================================================================
Installing:
vim-enhanced ppc64le 2:8.2.2637-22.el9_6 rhel-9-for-ppc64le-appstream-rpms 1.9 M
wget ppc64le 1.21.1-8.el9_4 rhel-9-for-ppc64le-appstream-rpms 814 k
Installing dependencies:
gpm-libs ppc64le 1.20.7-29.el9 rhel-9-for-ppc64le-appstream-rpms 24 k
vim-common ppc64le 2:8.2.2637-22.el9_6 rhel-9-for-ppc64le-appstream-rpms 7.0 M
vim-filesystem noarch 2:8.2.2637-22.el9_6 rhel-9-for-ppc64le-baseos-rpms 17 k
Transaction Summary
====================================================================================================
Install 5 Packages
Total download size: 9.8 M
Installed size: 39 M
Downloading Packages:
(1/5): vim-filesystem-8.2.2637-22.el9_6.noarch.rpm 180 kB/s | 17 kB 00:00
(2/5): wget-1.21.1-8.el9_4.ppc64le.rpm 7.3 MB/s | 814 kB 00:00
(3/5): gpm-libs-1.20.7-29.el9.ppc64le.rpm 192 kB/s | 24 kB 00:00
(4/5): vim-enhanced-8.2.2637-22.el9_6.ppc64le.rpm 24 MB/s | 1.9 MB 00:00
(5/5): vim-common-8.2.2637-22.el9_6.ppc64le.rpm 46 MB/s | 7.0 MB 00:00
----------------------------------------------------------------------------------------------------
Total 39 MB/s | 9.8 MB 00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : gpm-libs-1.20.7-29.el9.ppc64le 1/5
Installing : vim-filesystem-2:8.2.2637-22.el9_6.noarch 2/5
Installing : vim-common-2:8.2.2637-22.el9_6.ppc64le 3/5
Installing : vim-enhanced-2:8.2.2637-22.el9_6.ppc64le 4/5
Installing : wget-1.21.1-8.el9_4.ppc64le 5/5
Running scriptlet: wget-1.21.1-8.el9_4.ppc64le 5/5
Verifying : vim-filesystem-2:8.2.2637-22.el9_6.noarch 1/5
Verifying : gpm-libs-1.20.7-29.el9.ppc64le 2/5
Verifying : wget-1.21.1-8.el9_4.ppc64le 3/5
Verifying : vim-common-2:8.2.2637-22.el9_6.ppc64le 4/5
Verifying : vim-enhanced-2:8.2.2637-22.el9_6.ppc64le 5/5
Installed products updated.
Installed:
gpm-libs-1.20.7-29.el9.ppc64le vim-common-2:8.2.2637-22.el9_6.ppc64le
vim-enhanced-2:8.2.2637-22.el9_6.ppc64le vim-filesystem-2:8.2.2637-22.el9_6.noarch
wget-1.21.1-8.el9_4.ppc64le
Complete!
#
ansible ユーザーの追加
# useradd -m ansible -s /bin/bash
# usermod -aG wheel ansible
# id ansible
uid=1001(ansible) gid=1001(ansible) groups=1001(ansible),10(wheel)
# visudo
%wheel ALL=(ALL) NOPASSWD: ALL #< コメントアウトを外します。
ansible ユーザーでログインしなおします。
$ whoami
ansible
$ sudo whoami
root
$
ダウンロードしたファイルを展開します。
# tar xfvz ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le.tar.gz
ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le/
ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le/collections/
ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le/collections/ansible_collections/
ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le/collections/ansible_collections/ansible/
ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le/collections/ansible_collections/ansible/controller/
ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le/collections/ansible_collections/ansible/controller/MANIFEST.json
~ 省略 ~
ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le/bundle/images/receptor-rhel9.tar.gz
ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le/bundle/images/postgresql-15.tar.gz
ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le/bundle/images/redis-6.tar.gz
ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le/bundle/images/pcp.tar.gz
#
展開したディレクトリをansibleユーザーが実行できるように権限を変更します。
# mv ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le /home/ansible/
# chown -R ansible:ansible ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le
# ls -ltr
total 60
drwxr-xr-x. 3 ansible ansible 33 Oct 1 18:08 collections
-rw-r--r--. 1 ansible ansible 146 Oct 1 18:09 ansible.cfg
-rw-r--r--. 1 ansible ansible 44124 Oct 1 18:09 README.md
-rw-r--r--. 1 ansible ansible 3473 Oct 1 18:09 inventory
-rw-r--r--. 1 ansible ansible 3414 Oct 1 18:09 inventory-growth
drwxr-xr-x. 4 ansible ansible 39 Oct 1 18:10 bundle
-rw-r--r--. 1 ansible ansible 3417 Oct 8 05:24 inventory_test
# mkdir -p ./group_vars/automationeda
# vi ./group_vars/automationeda/custom.yml
# cat ./group_vars/automationeda/custom.yml
eda_safe_plugins: ['ansible.eda.webhook', 'ansible.eda.alertmanager']
インベントリーの編集
xx.xx.xx.xx は対象サーバーのIPアドレスを入力しています。
今回は 1 node のため、全て同じIPアドレスを指定しています。
# This is the AAP installer inventory file intended for the Container growth deployment topology.
# This inventory file expects to be run from the host where AAP will be installed.
# Please consult the Ansible Automation Platform product documentation about this topology's tested hardware configuration.
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/tested_deployment_models/container-topologies
#
# Please consult the docs if you're unsure what to add
# For all optional variables please consult the included README.md
# or the Ansible Automation Platform documentation:
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/containerized_installation
# This section is for your AAP Gateway host(s)
# -----------------------------------------------------
[automationgateway]
xx.xx.xx.xx
# This section is for your AAP Controller host(s)
# -----------------------------------------------------
[automationcontroller]
xx.xx.xx.xx
# This section is for your AAP Automation Hub host(s)
# -----------------------------------------------------
[automationhub]
xx.xx.xx.xx
# This section is for your AAP EDA Controller host(s)
# -----------------------------------------------------
[automationeda]
xx.xx.xx.xx
# This section is for the AAP database
# -----------------------------------------------------
[database]
xx.xx.xx.xx
[all:vars]
# Ansible
ansible_connection=local
# Common variables
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/containerized_installation/appendix-inventory-files-vars#ref-general-inventory-variables
# -----------------------------------------------------
postgresql_admin_username=postgres
postgresql_admin_password=<パスワードを設定>
bundle_install=true
# The bundle directory must include /bundle in the path
bundle_dir='{{ lookup("ansible.builtin.env", "PWD") }}/bundle'
redis_mode=standalone
# AAP Gateway
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/containerized_installation/appendix-inventory-files-vars#ref-gateway-variables
# -----------------------------------------------------
gateway_admin_password=<パスワードを設定>
gateway_pg_host=xx.xx.xx.xx
gateway_pg_password=<パスワードを設定>
# AAP Controller
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/containerized_installation/appendix-inventory-files-vars#ref-controller-variables
# -----------------------------------------------------
controller_admin_password=<パスワードを設定>
controller_pg_host=xx.xx.xx.xx
controller_pg_password=<パスワードを設定>
controller_percent_memory_capacity=0.5
# AAP Automation Hub
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/containerized_installation/appendix-inventory-files-vars#ref-hub-variables
# -----------------------------------------------------
hub_admin_password=<パスワードを設定>
hub_pg_host=xx.xx.xx.xx
hub_pg_password=<パスワードを設定>
hub_seed_collections=false
# AAP EDA Controller
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/containerized_installation/appendix-inventory-files-vars#event-driven-ansible-controller
# -----------------------------------------------------
eda_admin_password=<パスワードを設定>
eda_pg_host=xx.xx.xx.xx
eda_pg_password=<パスワードを設定>
導入
$ ansible-playbook -i inventory_test ansible.containerized_installer.install
[WARNING]: running playbook inside collection ansible.containerized_installer
PLAY [Preflight checks] *******************************************************************************************************************************
TASK [Gather facts] ***********************************************************************************************************************************
ok: [localhost]
TASK [ansible.containerized_installer.common : Test for ostree-based OS] ******************************************************************************
ok: [localhost]
TASK [ansible.containerized_installer.common : Set ostree-based OS fact] ******************************************************************************
ok: [localhost]
TASK [ansible.containerized_installer.preflight : Ensure registry username and password are provided] *************************************************
skipping: [localhost]
TASK [ansible.containerized_installer.preflight : Include database checks] ****************************************************************************
included: /home/ansible/ansible-automation-platform-containerized-setup-bundle-2.6-1-ppc64le/collections/ansible_collections/ansible/containerized_installer/roles/preflight/tasks/database.yml for localhost
~ 省略 ~
PLAY [Delete the ansible base shared secret] ***********************************
TASK [Delete the ansible base shared secret] ***********************************
ok: [xx.xx.xx.xx]
PLAY RECAP *********************************************************************
xx.xx.xx.xx : ok=616 changed=229 unreachable=0 failed=0 skipped=281 rescued=0 ignored=0
localhost : ok=32 changed=0 unreachable=0 failed=0 skipped=56 rescued=0 ignored=0
導入の所要時間およそ50分程度でした。
多くの pod が稼働しています。
$ podman ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
406917282ad9 registry.redhat.io/rhel9/postgresql-15:latest run-postgresql 47 minutes ago Up 45 minutes 5432/tcp postgresql
9c100dbb22d2 registry.redhat.io/rhel9/redis-6:latest run-redis 45 minutes ago Up 44 minutes 6379/tcp redis-unix
2c922a73508a registry.redhat.io/rhel9/redis-6:latest run-redis 44 minutes ago Up 44 minutes 6379/tcp redis-tcp
eb0aea41522d registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9:latest /usr/bin/envoy --... 43 minutes ago Up 40 minutes automation-gateway-proxy
198c5e26c451 registry.redhat.io/ansible-automation-platform-26/gateway-rhel9:latest /usr/bin/supervis... 43 minutes ago Up 39 minutes automation-gateway
f836ba64c6ee registry.redhat.io/ansible-automation-platform-26/receptor-rhel9:latest /usr/bin/receptor... 38 minutes ago Up 37 minutes receptor
16b767c3b7fa registry.redhat.io/ansible-automation-platform-26/controller-rhel9:latest /usr/bin/launch_a... 36 minutes ago Up 28 minutes 8052/tcp automation-controller-rsyslog
83b0221b9349 registry.redhat.io/ansible-automation-platform-26/controller-rhel9:latest /usr/bin/launch_a... 31 minutes ago Up 28 minutes 8052/tcp automation-controller-task
eca157dbf3df registry.redhat.io/ansible-automation-platform-26/controller-rhel9:latest /usr/bin/launch_a... 31 minutes ago Up 28 minutes 8052/tcp automation-controller-web
23457b2df66f registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9:latest gunicorn --bind 1... 28 minutes ago Up 22 minutes automation-eda-api
8b205c3b0892 registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9:latest daphne --bind 127... 24 minutes ago Up 22 minutes automation-eda-daphne
e3835a586746 registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9:latest /bin/sh -c nginx ... 24 minutes ago Up 22 minutes 8080/tcp, 8443/tcp automation-eda-web
0428037951ef registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9:latest aap-eda-manage rq... 23 minutes ago Up 22 minutes automation-eda-worker-1
7c1db45e1043 registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9:latest aap-eda-manage rq... 23 minutes ago Up 22 minutes automation-eda-worker-2
c58018563af8 registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9:latest aap-eda-manage rq... 23 minutes ago Up 22 minutes automation-eda-activation-worker-1
6788768f522e registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9:latest aap-eda-manage rq... 23 minutes ago Up 22 minutes automation-eda-activation-worker-2
c70264aeaa43 registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9:latest aap-eda-manage sc... 23 minutes ago Up 22 minutes automation-eda-scheduler
b2d6ac1e429b registry.redhat.io/ansible-automation-platform-26/hub-rhel9:latest pulpcore-api --na... 21 minutes ago Up 15 minutes automation-hub-api
b92262d7a499 registry.redhat.io/ansible-automation-platform-26/hub-rhel9:latest pulpcore-content ... 18 minutes ago Up 15 minutes automation-hub-content
d52cde0d311e registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9:latest /bin/sh -c nginx ... 18 minutes ago Up 15 minutes 8080/tcp, 8443/tcp automation-hub-web
923e9b40d452 registry.redhat.io/ansible-automation-platform-26/hub-rhel9:latest pulpcore-worker 17 minutes ago Up 15 minutes automation-hub-worker-1
52c2ba3ea2de registry.redhat.io/ansible-automation-platform-26/hub-rhel9:latest pulpcore-worker 17 minutes ago Up 15 minutes automation-hub-worker-2
ログイン
admin ユーザーとインベントリーファイルで指定したパスワードを入力してログインします。
Subscription を登録します。
(設定方法省略)
以前の記事をご参考ください。-> URL
ログイン直後
2.5.9の画面に慣れていたので、2.6 では白い画面が印象的です。
右上の太陽マークを押すと night mode に切り替えられました。
左サイドバーの内容です。
おわりに
導入、稼働が確認できました。今後機能確認など実施予定です。
以上です。