4장. RPM 토폴로지


RPM 설치 프로그램은 RPM을 사용하여 호스트 시스템에 플랫폼을 설치하여 Red Hat Enterprise Linux에 Ansible Automation Platform을 배포합니다. 고객은 제품 및 인프라 라이프사이클을 관리합니다.

4.1. RPM 성장 토폴로지

증가 토폴로지는 Ansible Automation Platform을 시작하고 대규모 자동화에 중복 또는 더 높은 컴퓨팅이 필요하지 않은 조직을 위한 것입니다. 이 토폴로지를 사용하면 설치 공간이 더 작은 배포를 수행할 수 있습니다.

4.1.1. 인프라 토폴로지

다음 다이어그램에서는 고객이 Ansible Automation Platform을 직접 관리할 때 사용할 수 있는 이 배포 모델을 사용하여 Red Hat에서 테스트한 인프라 토폴로지를 간략하게 설명합니다.

그림 4.1. 인프라 토폴로지 다이어그램

각 VM은 다음 구성 요소 요구 사항을 사용하여 테스트되었습니다.

Expand
표 4.1. 가상 머신 요구 사항
요구 사항최소 요구 사항

RAM

16GB

CPU

4

로컬 디스크

60GB

디스크 IOPS

3000

Expand
표 4.2. 인프라 토폴로지
VM 수목적VM 그룹 이름 예

1

배치된 Redis가 있는 플랫폼 게이트웨이

Automationgateway

1

자동화 컨트롤러

Automationcontroller

1

프라이빗 자동화 허브

Automationhub

1

이벤트 기반 Ansible

Automationedacontroller

1

자동화 메시 실행 노드

execution_nodes

1

Ansible Automation Platform 관리 데이터베이스

데이터베이스

4.1.2. 테스트된 시스템 구성

Red Hat은 Red Hat Ansible Automation Platform을 설치하고 실행하기 위해 다음 구성을 테스트했습니다.

Expand
표 4.3. 테스트된 시스템 구성
유형설명 

서브스크립션

유효한 Red Hat Ansible Automation Platform 서브스크립션

 

운영 체제

Red Hat Enterprise Linux 9 이상의 Red Hat Enterprise Linux 9 마이너 버전.

 

CPU 아키텍처

x86_64, AArch64, s390x (IBM Z), ppc64le (IBM Power)

 

ansible-core

ansible-core 버전 2.16 이상

Ansible Automation Platform은 시스템 전체 ansible-core 패키지를 사용하여 플랫폼을 설치하지만 컨트롤 플레인 및 기본 제공 실행 환경 모두에 ansible-core 2.16을 사용합니다.

브라우저

현재 지원되는 Mozilla Firefox 또는 Google Chrome 버전

 

데이터베이스

  • Ansible Automation Platform 관리 데이터베이스의 경우: PostgreSQL 15
  • 고객이 제공한 (외부) 데이터베이스의 경우 PostgreSQL 15, 16 또는 17입니다.
  • 외부(고객 지원) 데이터베이스에는 ICU 지원이 필요합니다.
  • PostgreSQL 16 또는 17을 사용하는 외부 데이터베이스는 외부 백업을 사용하고 프로세스를 복원해야 합니다. 백업 및 복원 기능은 PostgreSQL 15에서 제공하는 유틸리티에 따라 달라집니다.

4.1.3. 네트워크 포트

Red Hat Ansible Automation Platform은 여러 포트를 사용하여 서비스와 통신합니다. 이러한 포트가 열려 있어야 하며 Red Hat Ansible Automation Platform 서버에 대한 수신 연결에 사용할 수 있어야 합니다. 이러한 포트를 사용할 수 있고 서버 방화벽에 의해 차단되지 않았는지 확인합니다.

Expand
표 4.4. 네트워크 포트 및 프로토콜
포트 번호프로토콜Service소스대상

80/443

TCP

HTTP/HTTPS

이벤트 기반 Ansible

자동화 허브

80/443

TCP

HTTP/HTTPS

이벤트 기반 Ansible

자동화 컨트롤러

80/443

TCP

HTTP/HTTPS

자동화 컨트롤러

자동화 허브

80/443

TCP

HTTP/HTTPS

플랫폼 게이트웨이

자동화 컨트롤러

80/443

TCP

HTTP/HTTPS

플랫폼 게이트웨이

자동화 허브

80/443

TCP

HTTP/HTTPS

플랫폼 게이트웨이

이벤트 기반 Ansible

5432

TCP

PostgreSQL

이벤트 기반 Ansible

데이터베이스

5432

TCP

PostgreSQL

플랫폼 게이트웨이

데이터베이스

5432

TCP

PostgreSQL

자동화 허브

데이터베이스

5432

TCP

PostgreSQL

자동화 컨트롤러

데이터베이스

6379

TCP

Redis

이벤트 기반 Ansible

Redis 노드

6379

TCP

Redis

플랫폼 게이트웨이

Redis 노드

8443

TCP

HTTPS

플랫폼 게이트웨이

플랫폼 게이트웨이

27199

TCP

수신기

자동화 컨트롤러

실행 노드

4.1.4. 인벤토리 파일의 예

예제 인벤토리 파일을 사용하여 이 토폴로지에 대한 설치를 수행합니다.

# This is the Ansible Automation Platform installer inventory file intended for the RPM growth deployment topology.
# 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/rpm-topologies
#
# Consult the docs if you are unsure what to add
# For all optional variables consult the Ansible Automation Platform documentation:
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/index


# This section is for your platform gateway hosts
# -----------------------------------------------------
[automationgateway]
gateway.example.org

# This section is for your automation controller hosts
# -----------------------------------------------------
[automationcontroller]
controller.example.org

[automationcontroller:vars]
peers=execution_nodes

# This section is for your Ansible Automation Platform execution hosts
# -----------------------------------------------------
[execution_nodes]
exec.example.org

# This section is for your automation hub hosts
# -----------------------------------------------------
[automationhub]
hub.example.org

# This section is for your Event-Driven Ansible controller hosts
# -----------------------------------------------------
[automationedacontroller]
eda.example.org

# This section is for the Ansible Automation Platform database
# -----------------------------------------------------
[database]
db.example.org

[all:vars]

# Common variables
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#general-variables
# -----------------------------------------------------
registry_username=<your RHN username>
registry_password=<your RHN password>

redis_mode=standalone

# Platform gateway
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#platform-gateway-variables
# -----------------------------------------------------
automationgateway_admin_password=<set your own>
automationgateway_pg_host=db.example.org
automationgateway_pg_password=<set your own>

# Automation controller
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#controller-variables
# -----------------------------------------------------
admin_password=<set your own>
pg_host=db.example.org
pg_password=<set your own>

# Automation hub
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#hub-variables
# -----------------------------------------------------
automationhub_admin_password=<set your own>
automationhub_pg_host=db.example.org
automationhub_pg_password=<set your own>

# Event-Driven Ansible controller
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/appendix-inventory-files-vars#event-driven-ansible-variables
# -----------------------------------------------------
automationedacontroller_admin_password=<set your own>
automationedacontroller_pg_host=db.example.org
automationedacontroller_pg_password=<set your own>
Copy to Clipboard Toggle word wrap
맨 위로 이동
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2025 Red Hat