# This is the Ansible Automation Platform installer inventory file intended for the container growth deployment topology. # This inventory file expects to be run from the host where Ansible Automation Platform will be installed. # 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.5/html/tested_deployment_models/container-topologies # # Consult the docs if you are unsure what to add # For all optional variables consult the included README.md # or the Ansible Automation Platform documentation: # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/containerized_installation # This section is for your platform gateway hosts # ----------------------------------------------------- [automationgateway] aap.mlc.dom # This section is for your automation controller hosts # ------------------------------------------------- [automationcontroller] aap.mlc.dom # This section is for your automation hub hosts # ----------------------------------------------------- [automationhub] aap.mlc.dom # This section is for your Event-Driven Ansible controller hosts # ----------------------------------------------------- [automationeda] aap.mlc.dom # This section is for the Ansible Automation Platform database # -------------------------------------- [database] aap.mlc.dom [all:vars] # Ansible ansible_connection=local bundle_install=true bundle_dir=/home/mlessard/ansible-automation-platform-containerized-setup-bundle-2.5-11-x86_64/bundle # Common variables # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/containerized_installation/appendix-inventory-files-vars#ref-general-inventory-variables # ----------------------------------------------------- postgresql_admin_username=postgres postgresql_admin_password=12345678 registry_username=redhatusername registry_password=password redis_mode=standalone # Platform gateway # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/containerized_installation/appendix-inventory-files-vars#ref-gateway-variables # ----------------------------------------------------- gateway_admin_password=1234567 gateway_pg_host=aap.mlc.dom gateway_pg_password=1234567 # Automation controller # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/containerized_installation/appendix-inventory-files-vars#ref-controller-variables # ----------------------------------------------------- controller_admin_password=1234567 controller_pg_host=aap.mlc.dom controller_pg_password=1234567 # Automation hub # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/containerized_installation/appendix-inventory-files-vars#ref-hub-variables # ----------------------------------------------------- hub_admin_password=1234567 hub_pg_host=aap.mlc.dom hub_pg_password=1234567 hub_seed_collections=false # Event-Driven Ansible controller # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/containerized_installation/appendix-inventory-files-vars#event-driven-ansible-controller # ----------------------------------------------------- eda_admin_password=1234567 eda_pg_host=aap.mlc.dom eda_pg_password=1234567