4.2. RPM 엔터프라이즈 토폴로지


엔터프라이즈 토폴로지는 대량의 자동화를 위해 중복 또는 더 높은 컴퓨팅을 사용하여 Ansible Automation Platform을 배포해야 하는 조직을 위한 것입니다.

4.2.1. 인프라 토폴로지

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

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

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

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

RAM

16GB

CPU

4

로컬 디스크

60GB

디스크 IOPS

3000

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

2

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

Automationgateway

2

자동화 컨트롤러

Automationcontroller

2

배치된 Redis가 있는 프라이빗 자동화 허브

Automationhub

2

배치된 Redis를 사용하는 이벤트 기반 Ansible

Automationedacontroller

1

자동화 메시 홉 노드

execution_nodes

2

자동화 메시 실행 노드

execution_nodes

1

외부에서 관리되는 데이터베이스 서비스

해당 없음

1

플랫폼 게이트웨이 앞의 HAProxy 로드 밸런서(외부 관리)

해당 없음

참고
  • Redis HA(고가용성) 호환 배포에는 6개의 VM이 필요합니다. 자동화 컨트롤러, 실행 노드 또는 PostgreSQL 데이터베이스를 제외하고 각 Ansible Automation Platform 구성 요소 VM에 Redis를 배치할 수 있습니다.
  • Ansible Automation Platform의 RPM 기반 배포에는 외부 Redis가 지원되지 않습니다.

4.2.2. 테스트된 시스템 구성

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

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

서브스크립션

유효한 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.2.3. 네트워크 포트

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

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

80/443

TCP

HTTP/HTTPS

이벤트 기반 Ansible

자동화 허브

80/443

TCP

HTTP/HTTPS

이벤트 기반 Ansible

자동화 컨트롤러

80/443

TCP

HTTP/HTTPS

자동화 컨트롤러

자동화 허브

80/443

TCP

HTTP/HTTPS

HAProxy 로드 밸런서

플랫폼 게이트웨이

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

플랫폼 게이트웨이

플랫폼 게이트웨이

16379

TCP

Redis

Redis 노드

Redis 노드

27199

TCP

수신기

자동화 컨트롤러

홉 노드 및 실행 노드

27199

TCP

수신기

홉 노드

실행 노드

4.2.4. 인벤토리 파일의 예

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

# This is the Ansible Automation Platform 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.6/html/rpm_installation/index

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

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

[automationcontroller:vars]
peers=execution_nodes

# This section is for your Ansible Automation Platform execution hosts
# -----------------------------------------------------
[execution_nodes]
hop1.example.org node_type='hop'
exec1.example.org
exec2.example.org

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

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

[redis]
gateway1.example.org
gateway2.example.org
hub1.example.org
hub2.example.org
eda1.example.org
eda2.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>

# 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=<set your own>
automationgateway_pg_database=<set your own>
automationgateway_pg_username=<set your own>
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=<set your own>
pg_database=<set your own>
pg_username=<set your own>
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=<set your own>
automationhub_pg_database=<set your own>
automationhub_pg_username=<set your own>
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=<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
맨 위로 이동
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

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

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

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

Red Hat 소개

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

Theme

© 2025 Red Hat