mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
Add Request time out option for collection (#14157)
Co-authored-by: Jessica Steurer <70719005+jay-steurer@users.noreply.github.com>
This commit is contained in:
@@ -50,6 +50,11 @@ options:
|
||||
- If value not set, will try environment variable C(CONTROLLER_VERIFY_SSL) and then config files
|
||||
type: bool
|
||||
aliases: [ tower_verify_ssl ]
|
||||
request_timeout:
|
||||
description:
|
||||
- Specify the timeout Ansible should use in requests to the controller host.
|
||||
- Defaults to 10s, but this is handled by the shared module_utils code
|
||||
type: float
|
||||
controller_config_file:
|
||||
description:
|
||||
- Path to the controller config file.
|
||||
|
||||
Reference in New Issue
Block a user