mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Tidy up validate-modules:doc-choices-do-not-match-spec II: The Rebase (#1409)
* fixed validation-modules for plugins/modules/cloud/lxc/lxc_container.py * fixed validation-modules for plugins/modules/cloud/smartos/vmadm.py * fixed validation-modules for plugins/modules/cloud/spotinst/spotinst_aws_elastigroup.py * fixed validation-modules for plugins/modules/cloud/univention/udm_dns_record.py * fixed validation-modules for plugins/modules/cloud/univention/udm_dns_zone.py * fixed validation-modules for plugins/modules/cloud/lxc/lxc_container.py * fixed validation-modules for plugins/modules/cloud/univention/udm_user.py * fixed validation-modules for plugins/modules/clustering/etcd3.py * fixed validation-modules for plugins/modules/clustering/znode.py * fixed validation-modules for plugins/modules/remote_management/hpilo/hpilo_boot.py * fixed validation-modules for plugins/modules/remote_management/ipmi/ipmi_boot.py * fixed validation-modules for plugins/modules/remote_management/ipmi/ipmi_power.py * fixed validation-modules for plugins/modules/remote_management/manageiq/manageiq_provider.py * fixed validation-modules for plugins/modules/remote_management/stacki/stacki_host.py * fixed validation-modules for plugins/modules/cloud/univention/udm_share.py * Removed validate-modules:doc-choices-do-not-match-spec from ignore files * fixed alias samba_inherit_permissions in udm_share.py * Rolled back a couple of lines * Removed duplicate key in docs * Rolled back a couple of troublesome lines * Removed no-longer necessary ignore lines * Removed no-longer necessary ignore lines on 2.11 as well * Removed no-longer necessary ignore lines on 2.9 this time
This commit is contained in:
parent
47c456f740
commit
cff8463882
17 changed files with 228 additions and 234 deletions
|
@ -32,12 +32,9 @@ options:
|
|||
By default this is retrieved from the credentials path
|
||||
|
||||
availability_vs_cost:
|
||||
choices:
|
||||
- availabilityOriented
|
||||
- costOriented
|
||||
- balanced
|
||||
description:
|
||||
- (String) The strategy orientation.
|
||||
- "The choices available are: C(availabilityOriented), C(costOriented), C(balanced)."
|
||||
required: true
|
||||
|
||||
availability_zones:
|
||||
|
@ -119,14 +116,9 @@ options:
|
|||
- (Integer) Minimal mount of time instance should be unhealthy for us to consider it unhealthy.
|
||||
|
||||
health_check_type:
|
||||
choices:
|
||||
- ELB
|
||||
- HCS
|
||||
- TARGET_GROUP
|
||||
- MLB
|
||||
- EC2
|
||||
description:
|
||||
- (String) The service to use for the health check.
|
||||
- "The choices available are: C(ELB), C(HCS), C(TARGET_GROUP), C(MLB), C(EC2)."
|
||||
|
||||
iam_role_name:
|
||||
description:
|
||||
|
@ -239,15 +231,9 @@ options:
|
|||
should_persist_private_ip (Boolean)
|
||||
|
||||
product:
|
||||
choices:
|
||||
- Linux/UNIX
|
||||
- SUSE Linux
|
||||
- Windows
|
||||
- Linux/UNIX (Amazon VPC)
|
||||
- SUSE Linux (Amazon VPC)
|
||||
- Windows
|
||||
description:
|
||||
- (String) Operation system type._
|
||||
- (String) Operation system type.
|
||||
- "Available choices are: C(Linux/UNIX), C(SUSE Linux), C(Windows), C(Linux/UNIX (Amazon VPC)), C(SUSE Linux (Amazon VPC))."
|
||||
required: true
|
||||
|
||||
rancher:
|
||||
|
@ -344,22 +330,18 @@ options:
|
|||
- (List of Strings) List of target group arns instances should be registered to
|
||||
|
||||
tenancy:
|
||||
choices:
|
||||
- default
|
||||
- dedicated
|
||||
description:
|
||||
- (String) dedicated vs shared tenancy
|
||||
- (String) dedicated vs shared tenancy.
|
||||
- "The available choices are: C(default), C(dedicated)."
|
||||
|
||||
terminate_at_end_of_billing_hour:
|
||||
description:
|
||||
- (Boolean) terminate at the end of billing hour
|
||||
type: bool
|
||||
unit:
|
||||
choices:
|
||||
- instance
|
||||
- weight
|
||||
description:
|
||||
- (String) The capacity unit to launch instances by.
|
||||
- "The available choices are: C(instance), C(weight)."
|
||||
required: true
|
||||
|
||||
up_scaling_policies:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue