mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix E324 for vultr modules. (#42464)
This commit is contained in:
parent
528de5b82f
commit
593f484d77
2 changed files with 3 additions and 11 deletions
|
@ -16,12 +16,12 @@ options:
|
||||||
description:
|
description:
|
||||||
- HTTP timeout to Vultr API.
|
- HTTP timeout to Vultr API.
|
||||||
- The ENV variable C(VULTR_API_TIMEOUT) is used as default, when defined.
|
- The ENV variable C(VULTR_API_TIMEOUT) is used as default, when defined.
|
||||||
default: 60
|
- Fallback value is 60 seconds if not specified.
|
||||||
api_retries:
|
api_retries:
|
||||||
description:
|
description:
|
||||||
- Amount of retries in case of the Vultr API retuns an HTTP 503 code.
|
- 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.
|
- The ENV variable C(VULTR_API_RETRIES) is used as default, when defined.
|
||||||
default: 5
|
- Fallback value is 5 retries if not specified.
|
||||||
api_account:
|
api_account:
|
||||||
description:
|
description:
|
||||||
- Name of the ini section in the C(vultr.ini) file.
|
- Name of the ini section in the C(vultr.ini) file.
|
||||||
|
@ -31,7 +31,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- URL to API endpint (without trailing slash).
|
- URL to API endpint (without trailing slash).
|
||||||
- The ENV variable C(VULTR_API_ENDPOINT) is used as default, when defined.
|
- The ENV variable C(VULTR_API_ENDPOINT) is used as default, when defined.
|
||||||
default: "https://api.vultr.com"
|
- Fallback value is U(https://api.vultr.com) if not specified.
|
||||||
validate_certs:
|
validate_certs:
|
||||||
description:
|
description:
|
||||||
- Validate SSL certs of the Vultr API.
|
- Validate SSL certs of the Vultr API.
|
||||||
|
|
|
@ -512,20 +512,12 @@ lib/ansible/modules/cloud/vmware/vca_vapp.py E322
|
||||||
lib/ansible/modules/cloud/vmware/vca_vapp.py E324
|
lib/ansible/modules/cloud/vmware/vca_vapp.py E324
|
||||||
lib/ansible/modules/cloud/vmware/vmware_guest.py E322
|
lib/ansible/modules/cloud/vmware/vmware_guest.py E322
|
||||||
lib/ansible/modules/cloud/vmware/vsphere_copy.py E322
|
lib/ansible/modules/cloud/vmware/vsphere_copy.py E322
|
||||||
lib/ansible/modules/cloud/vultr/vr_account_facts.py E324
|
|
||||||
lib/ansible/modules/cloud/vultr/vr_dns_domain.py E323
|
lib/ansible/modules/cloud/vultr/vr_dns_domain.py E323
|
||||||
lib/ansible/modules/cloud/vultr/vr_dns_domain.py E324
|
|
||||||
lib/ansible/modules/cloud/vultr/vr_dns_record.py E324
|
|
||||||
lib/ansible/modules/cloud/vultr/vr_dns_record.py E326
|
lib/ansible/modules/cloud/vultr/vr_dns_record.py E326
|
||||||
lib/ansible/modules/cloud/vultr/vr_firewall_group.py E324
|
|
||||||
lib/ansible/modules/cloud/vultr/vr_firewall_rule.py E323
|
lib/ansible/modules/cloud/vultr/vr_firewall_rule.py E323
|
||||||
lib/ansible/modules/cloud/vultr/vr_firewall_rule.py E324
|
lib/ansible/modules/cloud/vultr/vr_firewall_rule.py E324
|
||||||
lib/ansible/modules/cloud/vultr/vr_server.py E324
|
|
||||||
lib/ansible/modules/cloud/vultr/vr_server.py E325
|
lib/ansible/modules/cloud/vultr/vr_server.py E325
|
||||||
lib/ansible/modules/cloud/vultr/vr_ssh_key.py E324
|
|
||||||
lib/ansible/modules/cloud/vultr/vr_startup_script.py E324
|
|
||||||
lib/ansible/modules/cloud/vultr/vr_user.py E322
|
lib/ansible/modules/cloud/vultr/vr_user.py E322
|
||||||
lib/ansible/modules/cloud/vultr/vr_user.py E324
|
|
||||||
lib/ansible/modules/cloud/vultr/vr_user.py E326
|
lib/ansible/modules/cloud/vultr/vr_user.py E326
|
||||||
lib/ansible/modules/clustering/consul.py E322
|
lib/ansible/modules/clustering/consul.py E322
|
||||||
lib/ansible/modules/clustering/consul.py E324
|
lib/ansible/modules/clustering/consul.py E324
|
||||||
|
|
Loading…
Add table
Reference in a new issue