vultr: fix config ini params ignored (#34848)

* vultr: fix config ini params ignored

* vutlr: align docs with configs
This commit is contained in:
René Moser 2018-01-14 14:20:26 +01:00 committed by GitHub
parent 7644042d21
commit 5a7a5b88c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -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"