Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions downstream/snippets/inventory-rpm-a-env-a.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
----
# This is the {PlatformNameShort} installer inventory file intended for the RPM growth deployment topology.
# Consult the {PlatformNameShort} product documentation about this topology's tested hardware configuration.
# {URLTopologies}/rpm-topologies
# 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 {PlatformNameShort} documentation:
# {URLInstallationGuide}
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/index


# This section is for your {Gateway} hosts
Expand Down Expand Up @@ -47,38 +47,38 @@ db.example.org
[all:vars]

# Common variables
# {URLInstallationGuide}/appendix-inventory-files-vars#general-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

# {GatewayStart}
# {URLInstallationGuide}/appendix-inventory-files-vars#platform-gateway-variables
# 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>

# {ControllerNameStart}
# {URLInstallationGuide}/appendix-inventory-files-vars#controller-variables
# 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>

# {HubNameStart}
# {URLInstallationGuide}/appendix-inventory-files-vars#hub-variables
# 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>

# {EDAcontroller}
# {URLInstallationGuide}/appendix-inventory-files-vars#event-driven-ansible-variables
# 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>
----
----
14 changes: 7 additions & 7 deletions downstream/snippets/inventory-rpm-b-env-a.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This is the {PlatformNameShort} enterprise installer inventory file
# Consult the docs if you are unsure what to add
# For all optional variables consult the Red Hat documentation:
# {URLInstallationGuide}
# https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/rpm_installation/index

# This section is for your {Gateway} hosts
# -----------------------------------------------------
Expand Down Expand Up @@ -51,13 +51,13 @@ eda2.example.org

[all:vars]
# Common variables
# {URLInstallationGuide}/appendix-inventory-files-vars#general-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>

# {GatewayStart}
# {URLInstallationGuide}/appendix-inventory-files-vars#platform-gateway-variables
# 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>
Expand All @@ -66,7 +66,7 @@ automationgateway_pg_username=<set your own>
automationgateway_pg_password=<set your own>

# {ControllerNameStart}
# {URLInstallationGuide}/appendix-inventory-files-vars#controller-variables
# 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>
Expand All @@ -75,7 +75,7 @@ pg_username=<set your own>
pg_password=<set your own>

# {HubNameStart}
# {URLInstallationGuide}/appendix-inventory-files-vars#hub-variables
# 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>
Expand All @@ -84,11 +84,11 @@ automationhub_pg_username=<set your own>
automationhub_pg_password=<set your own>

# {EDAcontroller}
# {URLInstallationGuide}/appendix-inventory-files-vars#event-driven-ansible-variables
# 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>
----
----