Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken example #192

Closed
wants to merge 1 commit into from
Closed
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
12 changes: 6 additions & 6 deletions roles/aap_setup_install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@ aap_setup_rhel_version: 8

aap_setup_prep_inv_nodes:
automationcontroller:
- ansible-ctrl.example.com
ansible-ctrl.example.com:
automationhub:
- ansible-hub.example.com
ansible-hub.example.com:
automationedacontroller:
- ansible-eda.example.com
ansible-eda.example.com:
database:
- database.example # if using an already existing DB, remove this and ensure that the following variables are filled with the valid details for your Controller and PAH
database.example: # if using an already existing DB, remove this and ensure that the following variables are filled with the valid details for your Controller and PAH
# databases: pg_host, pg_port, pg_database, ph_username, pg_password, automationhub_pg_host, automationhub_pg_port, automationhub_pg_database,
# automationhub_pg_username, automationhub_pg_password, automationhub_pg_sslmode
execution_nodes:
- execution-1.example
- execution-2.example
execution-1.example:
execution-2.example:
#servicescatalog_workers:
#sso:

Expand Down