mirror of
https://github.com/ansible/awx.git
synced 2026-03-22 19:35:02 -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:
@@ -68,6 +68,14 @@ options:
|
||||
why: Collection name change
|
||||
alternatives: 'CONTROLLER_VERIFY_SSL'
|
||||
aliases: [ validate_certs ]
|
||||
request_timeout:
|
||||
description:
|
||||
- Specify the timeout Ansible should use in requests to the controller host.
|
||||
- Defaults to 10 seconds
|
||||
- This will not work with the export or import modules.
|
||||
type: float
|
||||
env:
|
||||
- name: CONTROLLER_REQUEST_TIMEOUT
|
||||
|
||||
notes:
|
||||
- If no I(config_file) is provided we will attempt to use the tower-cli library
|
||||
|
||||
Reference in New Issue
Block a user