Txtshare
Zipdoc
Writeurl
Textdoc
Online Calc
ListPrompter
# This is the AAP enterprise installer inventory file # Please consult the docs if you're unsure what to add # For all optional variables please consult the Red Hat documentation: # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/rpm_installation # This section is for your AAP Gateway host(s) # ----------------------------------------------------- [automationgateway] prefixgwp1.my.domain prefixgwp2.my.domain # This section is for your AAP Controller host(s) # ----------------------------------------------------- [automationcontroller] prefixcop1.my.domain prefixcop2.my.domain [automationcontroller:vars] peers=execution_nodes # This section is for your AAP Execution host(s) # ----------------------------------------------------- [execution_nodes] prefixexp1.my.domain prefixexp2.my.domain # This section is for your AAP Automation Hub host(s) # ----------------------------------------------------- #[automationhub] #hub1.example.org #hub2.example.org # # This section is for your AAP EDA Controller host(s) # ----------------------------------------------------- [automationedacontroller] prefixedp1.my.domain prefixedp2.my.domain [database] prefixdbp1.my.domain [redis] #prefixgwp1.my.domain #prefixgwp2.my.domain #prefixedp1.my.domain #prefixedp2.my.domain [all:vars] # Common variables # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/rpm_installation/appendix-inventory-files-vars#ref-general-inventory-variables # ----------------------------------------------------- bundle_dir = /home/user/ansible-automation-platform-setup-bundle-2.5-8-x86_64 bundle_install = true ansible_user=user ansible_connection=ssh ansible_become=true ansible_become_method=sudo ansible_ssh_pass=SSH_PASS_REDACTED ansible_become_pass=SSH_PASS_REDACTED redis_mode= standalone # AAP Gateway # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/rpm_installation/appendix-inventory-files-vars#ref-gateway-variables # ----------------------------------------------------- automationgateway_admin_password=PASSWORD_REDACTED automationgateway_pg_host=prefixdbp1.my.domain automationgateway_pg_database=automationgateway automationgateway_pg_username=aapuser automationgateway_pg_password=PASSWORD_REDACTED # AAP Controller # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/rpm_installation/appendix-inventory-files-vars#ref-controller-variables # ----------------------------------------------------- admin_password=PASSWORD_REDACTED pg_host=prefixdbp1.my.domain pg_database=awx pg_username=aapuser pg_password=PASSWORD_REDACTED # AAP Automation Hub # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/rpm_installation/appendix-inventory-files-vars#ref-hub-variables # ----------------------------------------------------- #automationhub_admin_password=
#automationhub_pg_host=
#automationhub_pg_database=
#automationhub_pg_username=
#automationhub_pg_password=
# AAP EDA Controller # https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.5/html/rpm_installation/appendix-inventory-files-vars#event-driven-ansible-controller # ----------------------------------------------------- automationedacontroller_admin_password=PASSWORD_REDACTED automationedacontroller_pg_host=prefixdbp1.my.domain automationedacontroller_pg_database=automationedacontroller automationedacontroller_pg_username=aapuser automationedacontroller_pg_password=PASSWORD_REDACTED # AAP Database pg_ssl_mode = prefer postgresql_admin_database = postgres postgresql_admin_username = postgres postgresql_admin_password = PASSWORD_REDACTED