mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
E325 Removal - Part II (#49196)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
991a9dfa12
commit
bc3e7bbeba
109 changed files with 208 additions and 179 deletions
|
@ -45,6 +45,7 @@ options:
|
|||
- Clean up all domain resources like child domains and accounts.
|
||||
- Considered on C(state=absent).
|
||||
default: false
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- State of the domain.
|
||||
|
@ -55,6 +56,7 @@ options:
|
|||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
extends_documentation_fragment: cloudstack
|
||||
'''
|
||||
|
||||
|
|
|
@ -71,6 +71,7 @@ options:
|
|||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
extends_documentation_fragment: cloudstack
|
||||
'''
|
||||
|
||||
|
|
|
@ -59,15 +59,18 @@ options:
|
|||
is_featured:
|
||||
description:
|
||||
- Register the ISO to be featured. Only used if C(state) is present.
|
||||
type: bool
|
||||
is_dynamically_scalable:
|
||||
description:
|
||||
- Register the ISO having XS/VMWare tools installed inorder to support dynamic scaling of VM cpu/memory. Only used if C(state) is present.
|
||||
type: bool
|
||||
checksum:
|
||||
description:
|
||||
- The MD5 checksum value of this ISO. If set, we search by checksum instead of name.
|
||||
bootable:
|
||||
description:
|
||||
- Register the ISO to be bootable. Only used if C(state) is present.
|
||||
type: bool
|
||||
domain:
|
||||
description:
|
||||
- Domain the ISO is related to.
|
||||
|
|
|
@ -64,6 +64,7 @@ options:
|
|||
description:
|
||||
- True if network offering supports persistent networks
|
||||
- defaulted to false if not specified
|
||||
type: bool
|
||||
keepalive_enabled:
|
||||
description:
|
||||
- If true keepalive will be turned on in the loadbalancer.
|
||||
|
|
|
@ -61,6 +61,7 @@ options:
|
|||
- Whether the firewall rule for public port should be created, while creating the new rule.
|
||||
- Use M(cs_firewall) for managing firewall rules.
|
||||
default: false
|
||||
type: bool
|
||||
vm_guest_ip:
|
||||
description:
|
||||
- VM guest NIC secondary IP address for the port forwarding rule.
|
||||
|
@ -90,6 +91,7 @@ options:
|
|||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
tags:
|
||||
description:
|
||||
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value).
|
||||
|
|
|
@ -68,6 +68,7 @@ options:
|
|||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
extends_documentation_fragment: cloudstack
|
||||
'''
|
||||
|
||||
|
|
|
@ -61,7 +61,8 @@ options:
|
|||
managed:
|
||||
description:
|
||||
- Whether the storage pool should be managed by CloudStack.
|
||||
- Only considere on creation.
|
||||
- Only considered on creation.
|
||||
type: bool
|
||||
hypervisor:
|
||||
description:
|
||||
- Required when creating a zone scoped pool.
|
||||
|
|
|
@ -48,6 +48,7 @@ options:
|
|||
description:
|
||||
- Snapshot memory if set to true.
|
||||
default: false
|
||||
type: bool
|
||||
zone:
|
||||
description:
|
||||
- Name of the zone in which the VM is in. If not set, default zone is used.
|
||||
|
@ -70,6 +71,7 @@ options:
|
|||
- Poll async jobs until job has finished.
|
||||
required: false
|
||||
default: true
|
||||
type: bool
|
||||
tags:
|
||||
description:
|
||||
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value).
|
||||
|
|
|
@ -56,6 +56,7 @@ options:
|
|||
- Whether to display the volume to the end user or not.
|
||||
- Allowed to Root Admins only.
|
||||
default: true
|
||||
type: bool
|
||||
domain:
|
||||
description:
|
||||
- Name of the domain the volume to be deployed in.
|
||||
|
@ -78,12 +79,14 @@ options:
|
|||
force:
|
||||
description:
|
||||
- Force removal of volume even it is attached to a VM.
|
||||
- Considered on C(state=absnet) only.
|
||||
- Considered on C(state=absent) only.
|
||||
default: false
|
||||
type: bool
|
||||
shrink_ok:
|
||||
description:
|
||||
- Whether to allow to shrink the volume.
|
||||
default: false
|
||||
type: bool
|
||||
vm:
|
||||
description:
|
||||
- Name of the virtual machine to attach the volume to.
|
||||
|
@ -100,6 +103,7 @@ options:
|
|||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
tags:
|
||||
description:
|
||||
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value).
|
||||
|
|
|
@ -53,6 +53,7 @@ options:
|
|||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
extends_documentation_fragment: cloudstack
|
||||
'''
|
||||
|
||||
|
|
|
@ -83,6 +83,7 @@ options:
|
|||
description:
|
||||
- Poll async jobs until job has finished.
|
||||
default: true
|
||||
type: bool
|
||||
extends_documentation_fragment: cloudstack
|
||||
'''
|
||||
|
||||
|
|
|
@ -39,7 +39,6 @@ options:
|
|||
description:
|
||||
- DigitalOcean OAuth token.
|
||||
required: true
|
||||
|
||||
notes:
|
||||
- Version 2 of DigitalOcean API is used.
|
||||
requirements:
|
||||
|
|
|
@ -43,7 +43,6 @@ options:
|
|||
- DigitalOcean OAuth token.
|
||||
required: true
|
||||
version_added: 2.4
|
||||
|
||||
notes:
|
||||
- Version 2 of DigitalOcean API is used.
|
||||
requirements:
|
||||
|
|
|
@ -55,6 +55,7 @@ options:
|
|||
- Indicate that the boot disk should be
|
||||
deleted when the Node is deleted.
|
||||
default: true
|
||||
type: bool
|
||||
network:
|
||||
description:
|
||||
- The network to associate with the instance.
|
||||
|
@ -95,9 +96,11 @@ options:
|
|||
- Defines whether the instance should be
|
||||
automatically restarted when it is
|
||||
terminated by Compute Engine.
|
||||
type: bool
|
||||
preemptible:
|
||||
description:
|
||||
- Defines whether the instance is preemptible.
|
||||
type: bool
|
||||
tags:
|
||||
description:
|
||||
- a comma-separated list of tags to associate with the instance
|
||||
|
|
|
@ -46,6 +46,7 @@ options:
|
|||
enable_cdn:
|
||||
description:
|
||||
- If true, enable Cloud CDN for this Backend Service.
|
||||
type: bool
|
||||
port_name:
|
||||
description:
|
||||
- Name of the port on the managed instance group (MIG) that backend
|
||||
|
|
|
@ -55,6 +55,7 @@ options:
|
|||
- Whether or not the container is ephemeral (e.g. true or false).
|
||||
See U(https://github.com/lxc/lxd/blob/master/doc/rest-api.md#post-1)
|
||||
required: false
|
||||
type: bool
|
||||
source:
|
||||
description:
|
||||
- 'The source for the container
|
||||
|
@ -92,12 +93,14 @@ options:
|
|||
starting or restarting.
|
||||
required: false
|
||||
default: false
|
||||
type: bool
|
||||
force_stop:
|
||||
description:
|
||||
- If this is true, the C(lxd_container) forces to stop the container
|
||||
when it stops or restarts the container.
|
||||
required: false
|
||||
default: false
|
||||
type: bool
|
||||
url:
|
||||
description:
|
||||
- The unix domain socket path or the https URL for the LXD server.
|
||||
|
|
|
@ -56,6 +56,7 @@ options:
|
|||
run to send them out. This is mostly useful for generating artifacts to be stored/deployed elsewhere.
|
||||
required: false
|
||||
default: true
|
||||
type: bool
|
||||
force:
|
||||
description:
|
||||
- Whether or not to force full deployment, equivalent to serverless `--force` option.
|
||||
|
|
|
@ -85,6 +85,7 @@ options:
|
|||
- Enable statefile locking, if you use a service that accepts locks (such
|
||||
as S3+DynamoDB) to store your statefile.
|
||||
required: false
|
||||
type: bool
|
||||
lock_timeout:
|
||||
description:
|
||||
- How long to maintain the lock on the statefile, if you use a service
|
||||
|
|
|
@ -75,6 +75,7 @@ options:
|
|||
description:
|
||||
- Persistence.
|
||||
required: true
|
||||
type: bool
|
||||
persistence_time:
|
||||
description:
|
||||
- Persistence time in seconds. Required if persistence is enabled. minimum=30, maximum=1200, multipleOf=1
|
||||
|
|
|
@ -45,6 +45,7 @@ options:
|
|||
description:
|
||||
- Is the service enabled.
|
||||
default: True
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- Should the resource be C(present) or C(absent).
|
||||
|
|
|
@ -37,6 +37,7 @@ options:
|
|||
admin_state_up:
|
||||
description:
|
||||
- Sets admin state.
|
||||
type: bool
|
||||
mac_address:
|
||||
description:
|
||||
- MAC address of this port.
|
||||
|
@ -47,6 +48,7 @@ options:
|
|||
no_security_groups:
|
||||
description:
|
||||
- Do not associate a security group with this port.
|
||||
type: bool
|
||||
default: 'no'
|
||||
allowed_address_pairs:
|
||||
description:
|
||||
|
|
|
@ -60,6 +60,7 @@ options:
|
|||
required: False
|
||||
description:
|
||||
- "A boolean flag that indicates if the server TLS certificate and host name should be checked."
|
||||
type: bool
|
||||
ca_file:
|
||||
required: False
|
||||
description:
|
||||
|
@ -82,12 +83,13 @@ options:
|
|||
the server to send compressed responses. The default is I(True).
|
||||
Note that this is a hint for the server, and that it may return
|
||||
uncompressed data even when this parameter is set to I(True)."
|
||||
type: bool
|
||||
kerberos:
|
||||
required: False
|
||||
description:
|
||||
- "A boolean flag indicating if Kerberos authentication
|
||||
should be used instead of the default basic authentication."
|
||||
|
||||
type: bool
|
||||
headers:
|
||||
required: False
|
||||
description:
|
||||
|
|
|
@ -48,43 +48,53 @@ options:
|
|||
- "If I(True) enable memory balloon optimization. Memory balloon is used to
|
||||
re-distribute / reclaim the host memory based on VM needs
|
||||
in a dynamic way."
|
||||
type: bool
|
||||
virt:
|
||||
description:
|
||||
- "If I(True), hosts in this cluster will be used to run virtual machines."
|
||||
type: bool
|
||||
gluster:
|
||||
description:
|
||||
- "If I(True), hosts in this cluster will be used as Gluster Storage
|
||||
server nodes, and not for running virtual machines."
|
||||
- "By default the cluster is created for virtual machine hosts."
|
||||
type: bool
|
||||
threads_as_cores:
|
||||
description:
|
||||
- "If I(True) the exposed host threads would be treated as cores
|
||||
which can be utilized by virtual machines."
|
||||
type: bool
|
||||
ksm:
|
||||
description:
|
||||
- "I I(True) MoM enables to run Kernel Same-page Merging I(KSM) when
|
||||
necessary and when it can yield a memory saving benefit that
|
||||
outweighs its CPU cost."
|
||||
type: bool
|
||||
ksm_numa:
|
||||
description:
|
||||
- "If I(True) enables KSM C(ksm) for best performance inside NUMA nodes."
|
||||
type: bool
|
||||
ha_reservation:
|
||||
description:
|
||||
- "If I(True) enables the oVirt/RHV to monitor cluster capacity for highly
|
||||
available virtual machines."
|
||||
type: bool
|
||||
trusted_service:
|
||||
description:
|
||||
- "If I(True) enables integration with an OpenAttestation server."
|
||||
type: bool
|
||||
vm_reason:
|
||||
description:
|
||||
- "If I(True) enables an optional reason field when a virtual machine
|
||||
is shut down from the Manager, allowing the administrator to
|
||||
provide an explanation for the maintenance."
|
||||
type: bool
|
||||
host_reason:
|
||||
description:
|
||||
- "If I(True) enables an optional reason field when a host is placed
|
||||
into maintenance mode from the Manager, allowing the administrator
|
||||
to provide an explanation for the maintenance."
|
||||
type: bool
|
||||
memory_policy:
|
||||
description:
|
||||
- "I(disabled) - Disables memory page sharing."
|
||||
|
@ -103,16 +113,19 @@ options:
|
|||
description:
|
||||
- "If I(True) enables fencing on the cluster."
|
||||
- "Fencing is enabled by default."
|
||||
type: bool
|
||||
fence_skip_if_sd_active:
|
||||
description:
|
||||
- "If I(True) any hosts in the cluster that are Non Responsive
|
||||
and still connected to storage will not be fenced."
|
||||
type: bool
|
||||
fence_skip_if_connectivity_broken:
|
||||
description:
|
||||
- "If I(True) fencing will be temporarily disabled if the percentage
|
||||
of hosts in the cluster that are experiencing connectivity issues
|
||||
is greater than or equal to the defined threshold."
|
||||
- "The threshold can be specified by C(fence_connectivity_threshold)."
|
||||
type: bool
|
||||
fence_connectivity_threshold:
|
||||
description:
|
||||
- "The threshold used by C(fence_skip_if_connectivity_broken)."
|
||||
|
|
|
@ -41,6 +41,7 @@ options:
|
|||
description:
|
||||
- "I(True) if the data center should be local, I(False) if should be shared."
|
||||
- "Default value is set by engine."
|
||||
type: bool
|
||||
compatibility_version:
|
||||
description:
|
||||
- "Compatibility version of the data center."
|
||||
|
@ -62,6 +63,7 @@ options:
|
|||
that only empty data center can be removed."
|
||||
version_added: "2.5"
|
||||
default: False
|
||||
type: bool
|
||||
|
||||
extends_documentation_fragment: ovirt
|
||||
'''
|
||||
|
|
|
@ -77,6 +77,7 @@ options:
|
|||
choices: ['raw', 'cow']
|
||||
sparse:
|
||||
required: False
|
||||
type: bool
|
||||
version_added: "2.5"
|
||||
description:
|
||||
- "I(True) if the disk should be sparse (also known as I(thin provision)).
|
||||
|
@ -100,6 +101,7 @@ options:
|
|||
- "Please take a look at C(image_path) documentation to see the correct
|
||||
usage of this parameter."
|
||||
version_added: "2.3"
|
||||
type: bool
|
||||
profile:
|
||||
description:
|
||||
- "Disk profile name to be attached to disk. By default profile is chosen by oVirt/RHV engine."
|
||||
|
@ -110,9 +112,11 @@ options:
|
|||
bootable:
|
||||
description:
|
||||
- "I(True) if the disk should be bootable. By default when disk is created it isn't bootable."
|
||||
type: bool
|
||||
shareable:
|
||||
description:
|
||||
- "I(True) if the disk should be shareable. By default when disk is created it isn't shareable."
|
||||
type: bool
|
||||
logical_unit:
|
||||
description:
|
||||
- "Dictionary which describes LUN to be directly attached to VM:"
|
||||
|
@ -132,6 +136,7 @@ options:
|
|||
- "Note that this parameter isn't idempotent, as it's not possible
|
||||
to check if the disk should be or should not be sparsified."
|
||||
version_added: "2.4"
|
||||
type: bool
|
||||
openstack_volume_type:
|
||||
description:
|
||||
- "Name of the openstack volume type. This is valid when working
|
||||
|
|
|
@ -80,6 +80,7 @@ options:
|
|||
description:
|
||||
- "Specify if the network should be read only."
|
||||
- "Applicable if C(type) is I(network)."
|
||||
type: bool
|
||||
network_type:
|
||||
description:
|
||||
- "Type of the external network provider either external (for example OVN) or neutron."
|
||||
|
|
|
@ -54,6 +54,7 @@ options:
|
|||
description:
|
||||
- "If I(true) options will be encrypted when send to agent."
|
||||
aliases: ['encrypt']
|
||||
type: bool
|
||||
order:
|
||||
description:
|
||||
- "Integer value specifying, by default it's added at the end."
|
||||
|
|
|
@ -72,6 +72,7 @@ options:
|
|||
default: false
|
||||
version_added: "2.4"
|
||||
aliases: [lock]
|
||||
type: bool
|
||||
|
||||
operating_system:
|
||||
description:
|
||||
|
@ -114,7 +115,7 @@ options:
|
|||
ipxe_script_url:
|
||||
description:
|
||||
- URL of custom iPXE script for provisioning.
|
||||
- More about custome iPXE for Packet devices at U(https://help.packet.net/technical/infrastructure/custom-ipxe).
|
||||
- More about custom iPXE for Packet devices at U(https://help.packet.net/technical/infrastructure/custom-ipxe).
|
||||
version_added: "2.4"
|
||||
always_pxe:
|
||||
description:
|
||||
|
@ -122,6 +123,7 @@ options:
|
|||
- Normally, the PXE process happens only on the first boot. Set this arg to have your device continuously boot to iPXE.
|
||||
default: false
|
||||
version_added: "2.4"
|
||||
type: bool
|
||||
|
||||
|
||||
requirements:
|
||||
|
|
|
@ -124,6 +124,7 @@ options:
|
|||
- If check should be ignored C(False) should be passed to this parameter.
|
||||
required: false
|
||||
default: true
|
||||
type: bool
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -35,6 +35,7 @@ options:
|
|||
- If set to "false", temporarily disable SSL termination without discarding
|
||||
- existing credentials.
|
||||
default: true
|
||||
type: bool
|
||||
private_key:
|
||||
description:
|
||||
- The private SSL key as a string in PEM format.
|
||||
|
@ -53,15 +54,18 @@ options:
|
|||
description:
|
||||
- If "true", the load balancer will *only* accept secure traffic.
|
||||
default: false
|
||||
type: bool
|
||||
https_redirect:
|
||||
description:
|
||||
- If "true", the load balancer will redirect HTTP traffic to HTTPS.
|
||||
- Requires "secure_traffic_only" to be true. Incurs an implicit wait if SSL
|
||||
- termination is also applied or removed.
|
||||
type: bool
|
||||
wait:
|
||||
description:
|
||||
- Wait for the balancer to be in state "running" before turning.
|
||||
default: false
|
||||
type: bool
|
||||
wait_timeout:
|
||||
description:
|
||||
- How long before "wait" gives up, in seconds.
|
||||
|
|
|
@ -45,6 +45,7 @@ options:
|
|||
record with matching name. If there are already multiple records with
|
||||
matching name and overwrite=true, this module will fail.
|
||||
default: true
|
||||
type: bool
|
||||
version_added: 2.1
|
||||
priority:
|
||||
description:
|
||||
|
|
|
@ -38,9 +38,11 @@ options:
|
|||
- Used to set a container as private, removing it from the CDN. B(Warning!)
|
||||
Private containers, if previously made public, can have live objects
|
||||
available until the TTL on cached objects expires
|
||||
type: bool
|
||||
public:
|
||||
description:
|
||||
- Used to set a container as public, available via the Cloud Files CDN
|
||||
type: bool
|
||||
region:
|
||||
description:
|
||||
- Region to create an instance in
|
||||
|
|
|
@ -46,6 +46,7 @@ options:
|
|||
description:
|
||||
- Whether the value in I(change) is a percent value
|
||||
default: false
|
||||
type: bool
|
||||
name:
|
||||
description:
|
||||
- Name to give the policy
|
||||
|
|
|
@ -89,6 +89,7 @@ options:
|
|||
description:
|
||||
- (Boolean) Enable EBS optimization for supported instances which are not enabled by default.;
|
||||
Note - additional charges will be applied.
|
||||
type: bool
|
||||
|
||||
ebs_volume_pool:
|
||||
description:
|
||||
|
@ -112,7 +113,7 @@ options:
|
|||
fallback_to_od:
|
||||
description:
|
||||
- (Boolean) In case of no spots available, Elastigroup will launch an On-demand instance instead
|
||||
|
||||
type: bool
|
||||
health_check_grace_period:
|
||||
description:
|
||||
- (Integer) The amount of time, in seconds, after the instance has launched to start and check its health.
|
||||
|
@ -364,7 +365,7 @@ options:
|
|||
terminate_at_end_of_billing_hour:
|
||||
description:
|
||||
- (Boolean) terminate at the end of billing hour
|
||||
|
||||
type: bool
|
||||
unit:
|
||||
choices:
|
||||
- instance
|
||||
|
@ -452,12 +453,12 @@ options:
|
|||
description:
|
||||
- (Boolean) In case of any available Reserved Instances,
|
||||
Elastigroup will utilize your reservations before purchasing Spot instances.
|
||||
|
||||
type: bool
|
||||
|
||||
wait_for_instances:
|
||||
description:
|
||||
- (Boolean) Whether or not the elastigroup creation / update actions should wait for the instances to spin
|
||||
|
||||
type: bool
|
||||
|
||||
wait_timeout:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue