# 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] aap.mlc.dom # This section is for your AAP Controller host(s) # ----------------------------------------------------- [automationcontroller] aap.mlc.dom # This section is for your AAP Automation Hub host(s) # ----------------------------------------------------- [automationhub] aap.mlc.dom # This section is for your AAP EDA Controller host(s) # ----------------------------------------------------- [automationeda] aap.mlc.dom # This section is for the AAP database # ----------------------------------------------------- [database] aap.mlc.dom [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=123456 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=123456 gateway_pg_host=aap.mlc.dom gateway_pg_password=123456 # 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=123456 controller_pg_host=aap.mlc.dom controller_pg_password=123456 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=123456 hub_pg_host=aap.mlc.dom hub_pg_password=123456 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=123456 eda_pg_host=aap.mlc.dom eda_pg_password=123456