Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ aap_auth_provider_name=Ansible Automation Platform
# aap_auth_provider_protocol - http or https
aap_auth_provider_protocol=https
# AAP version - 2.4, 2.5 or 2.6
aap_auth_provider_aap_version=2.5
aap_auth_provider_aap_version=2.6
# aap_auth_provider_host - AAP IP or DNS name, with optional port
aap_auth_provider_host=my-aap.example.com
# aap_auth_provider_check_ssl - enforce TLS check or not.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following variables control how {AutomationDashboardName} interacts with rem
|Enter http or https

|`aap_auth_provider_aap_version`
|Enter one value - the version of {AutomationDashboardName} , valid values are 2.4, 2.5 or 2.6
|Enter one value - the version of {PlatformNameShort} that {AutomationDashboardName} will connect to. Valid values are 2.4, 2.5 or 2.6

|`aap_auth_provider_host`
|{PlatformNameShort} IP or DNS name, with optional port
Expand Down