mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
vultr: add api_endpoint param (#34850)
* vultr: add new param api_endpoint * vultr: improve error handling for values read from ini file
This commit is contained in:
parent
5a7a5b88c9
commit
698d5a524c
10 changed files with 102 additions and 8 deletions
|
@ -27,6 +27,11 @@ options:
|
|||
- Name of the ini section in the C(vultr.ini) file.
|
||||
- The ENV variable C(VULTR_API_ACCOUNT) is used as default, when defined.
|
||||
default: default
|
||||
api_endpoint:
|
||||
description:
|
||||
- URL to API endpint (without trailing slash).
|
||||
- The ENV variable C(VULTR_API_ENDPOINT) is used as default, when defined.
|
||||
default: "https://api.vultr.com"
|
||||
validate_certs:
|
||||
description:
|
||||
- Validate SSL certs of the Vultr API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue