mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 06:31:23 -07:00
Add api timeout now that shade spports it everywhere
This commit is contained in:
parent
8758ba08bd
commit
90ca386555
3 changed files with 7 additions and 0 deletions
|
@ -60,6 +60,11 @@ options:
|
|||
- How long should ansible wait for the requested resource.
|
||||
required: false
|
||||
default: 180
|
||||
api_timeout:
|
||||
description:
|
||||
- How long should the socket layer wait before timing out for API calls.
|
||||
If this is omitted, nothing will be passed to the requests library.
|
||||
required: false
|
||||
verify:
|
||||
description:
|
||||
- Whether or not SSL API requests should be verified.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue