mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-22 16:20:22 -07:00
vultr: fix config ini params ignored (#34848)
* vultr: fix config ini params ignored * vutlr: align docs with configs
This commit is contained in:
parent
7644042d21
commit
5a7a5b88c9
2 changed files with 7 additions and 7 deletions
|
@ -16,12 +16,12 @@ options:
|
|||
description:
|
||||
- HTTP timeout to Vultr API.
|
||||
- The ENV variable C(VULTR_API_TIMEOUT) is used as default, when defined.
|
||||
default: 10
|
||||
default: 60
|
||||
api_retries:
|
||||
description:
|
||||
- Amount of retries in case of the Vultr API retuns an HTTP 503 code.
|
||||
- The ENV variable C(VULTR_API_RETRIES) is used as default, when defined.
|
||||
default: 10
|
||||
default: 5
|
||||
api_account:
|
||||
description:
|
||||
- Name of the ini section in the C(vultr.ini) file.
|
||||
|
@ -30,7 +30,7 @@ options:
|
|||
validate_certs:
|
||||
description:
|
||||
- Validate SSL certs of the Vultr API.
|
||||
default: true
|
||||
default: yes
|
||||
type: bool
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue