1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

E325 Removal - Part II (#49196)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-11-28 13:55:52 +05:30 committed by GitHub
parent 991a9dfa12
commit bc3e7bbeba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
109 changed files with 208 additions and 179 deletions

View file

@ -45,6 +45,7 @@ options:
- Clean up all domain resources like child domains and accounts. - Clean up all domain resources like child domains and accounts.
- Considered on C(state=absent). - Considered on C(state=absent).
default: false default: false
type: bool
state: state:
description: description:
- State of the domain. - State of the domain.
@ -55,6 +56,7 @@ options:
description: description:
- Poll async jobs until job has finished. - Poll async jobs until job has finished.
default: true default: true
type: bool
extends_documentation_fragment: cloudstack extends_documentation_fragment: cloudstack
''' '''

View file

@ -71,6 +71,7 @@ options:
description: description:
- Poll async jobs until job has finished. - Poll async jobs until job has finished.
default: true default: true
type: bool
extends_documentation_fragment: cloudstack extends_documentation_fragment: cloudstack
''' '''

View file

@ -59,15 +59,18 @@ options:
is_featured: is_featured:
description: description:
- Register the ISO to be featured. Only used if C(state) is present. - Register the ISO to be featured. Only used if C(state) is present.
type: bool
is_dynamically_scalable: is_dynamically_scalable:
description: 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. - 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: checksum:
description: description:
- The MD5 checksum value of this ISO. If set, we search by checksum instead of name. - The MD5 checksum value of this ISO. If set, we search by checksum instead of name.
bootable: bootable:
description: description:
- Register the ISO to be bootable. Only used if C(state) is present. - Register the ISO to be bootable. Only used if C(state) is present.
type: bool
domain: domain:
description: description:
- Domain the ISO is related to. - Domain the ISO is related to.

View file

@ -64,6 +64,7 @@ options:
description: description:
- True if network offering supports persistent networks - True if network offering supports persistent networks
- defaulted to false if not specified - defaulted to false if not specified
type: bool
keepalive_enabled: keepalive_enabled:
description: description:
- If true keepalive will be turned on in the loadbalancer. - If true keepalive will be turned on in the loadbalancer.

View file

@ -61,6 +61,7 @@ options:
- Whether the firewall rule for public port should be created, while creating the new rule. - Whether the firewall rule for public port should be created, while creating the new rule.
- Use M(cs_firewall) for managing firewall rules. - Use M(cs_firewall) for managing firewall rules.
default: false default: false
type: bool
vm_guest_ip: vm_guest_ip:
description: description:
- VM guest NIC secondary IP address for the port forwarding rule. - VM guest NIC secondary IP address for the port forwarding rule.
@ -90,6 +91,7 @@ options:
description: description:
- Poll async jobs until job has finished. - Poll async jobs until job has finished.
default: true default: true
type: bool
tags: tags:
description: description:
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value). - List of tags. Tags are a list of dictionaries having keys C(key) and C(value).

View file

@ -68,6 +68,7 @@ options:
description: description:
- Poll async jobs until job has finished. - Poll async jobs until job has finished.
default: true default: true
type: bool
extends_documentation_fragment: cloudstack extends_documentation_fragment: cloudstack
''' '''

View file

@ -61,7 +61,8 @@ options:
managed: managed:
description: description:
- Whether the storage pool should be managed by CloudStack. - Whether the storage pool should be managed by CloudStack.
- Only considere on creation. - Only considered on creation.
type: bool
hypervisor: hypervisor:
description: description:
- Required when creating a zone scoped pool. - Required when creating a zone scoped pool.

View file

@ -48,6 +48,7 @@ options:
description: description:
- Snapshot memory if set to true. - Snapshot memory if set to true.
default: false default: false
type: bool
zone: zone:
description: description:
- Name of the zone in which the VM is in. If not set, default zone is used. - 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. - Poll async jobs until job has finished.
required: false required: false
default: true default: true
type: bool
tags: tags:
description: description:
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value). - List of tags. Tags are a list of dictionaries having keys C(key) and C(value).

View file

@ -56,6 +56,7 @@ options:
- Whether to display the volume to the end user or not. - Whether to display the volume to the end user or not.
- Allowed to Root Admins only. - Allowed to Root Admins only.
default: true default: true
type: bool
domain: domain:
description: description:
- Name of the domain the volume to be deployed in. - Name of the domain the volume to be deployed in.
@ -78,12 +79,14 @@ options:
force: force:
description: description:
- Force removal of volume even it is attached to a VM. - 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 default: false
type: bool
shrink_ok: shrink_ok:
description: description:
- Whether to allow to shrink the volume. - Whether to allow to shrink the volume.
default: false default: false
type: bool
vm: vm:
description: description:
- Name of the virtual machine to attach the volume to. - Name of the virtual machine to attach the volume to.
@ -100,6 +103,7 @@ options:
description: description:
- Poll async jobs until job has finished. - Poll async jobs until job has finished.
default: true default: true
type: bool
tags: tags:
description: description:
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value). - List of tags. Tags are a list of dictionaries having keys C(key) and C(value).

View file

@ -53,6 +53,7 @@ options:
description: description:
- Poll async jobs until job has finished. - Poll async jobs until job has finished.
default: true default: true
type: bool
extends_documentation_fragment: cloudstack extends_documentation_fragment: cloudstack
''' '''

View file

@ -83,6 +83,7 @@ options:
description: description:
- Poll async jobs until job has finished. - Poll async jobs until job has finished.
default: true default: true
type: bool
extends_documentation_fragment: cloudstack extends_documentation_fragment: cloudstack
''' '''

View file

@ -39,7 +39,6 @@ options:
description: description:
- DigitalOcean OAuth token. - DigitalOcean OAuth token.
required: true required: true
notes: notes:
- Version 2 of DigitalOcean API is used. - Version 2 of DigitalOcean API is used.
requirements: requirements:

View file

@ -43,7 +43,6 @@ options:
- DigitalOcean OAuth token. - DigitalOcean OAuth token.
required: true required: true
version_added: 2.4 version_added: 2.4
notes: notes:
- Version 2 of DigitalOcean API is used. - Version 2 of DigitalOcean API is used.
requirements: requirements:

View file

@ -55,6 +55,7 @@ options:
- Indicate that the boot disk should be - Indicate that the boot disk should be
deleted when the Node is deleted. deleted when the Node is deleted.
default: true default: true
type: bool
network: network:
description: description:
- The network to associate with the instance. - The network to associate with the instance.
@ -95,9 +96,11 @@ options:
- Defines whether the instance should be - Defines whether the instance should be
automatically restarted when it is automatically restarted when it is
terminated by Compute Engine. terminated by Compute Engine.
type: bool
preemptible: preemptible:
description: description:
- Defines whether the instance is preemptible. - Defines whether the instance is preemptible.
type: bool
tags: tags:
description: description:
- a comma-separated list of tags to associate with the instance - a comma-separated list of tags to associate with the instance

View file

@ -46,6 +46,7 @@ options:
enable_cdn: enable_cdn:
description: description:
- If true, enable Cloud CDN for this Backend Service. - If true, enable Cloud CDN for this Backend Service.
type: bool
port_name: port_name:
description: description:
- Name of the port on the managed instance group (MIG) that backend - Name of the port on the managed instance group (MIG) that backend

View file

@ -55,6 +55,7 @@ options:
- Whether or not the container is ephemeral (e.g. true or false). - 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) See U(https://github.com/lxc/lxd/blob/master/doc/rest-api.md#post-1)
required: false required: false
type: bool
source: source:
description: description:
- 'The source for the container - 'The source for the container
@ -92,12 +93,14 @@ options:
starting or restarting. starting or restarting.
required: false required: false
default: false default: false
type: bool
force_stop: force_stop:
description: description:
- If this is true, the C(lxd_container) forces to stop the container - If this is true, the C(lxd_container) forces to stop the container
when it stops or restarts the container. when it stops or restarts the container.
required: false required: false
default: false default: false
type: bool
url: url:
description: description:
- The unix domain socket path or the https URL for the LXD server. - The unix domain socket path or the https URL for the LXD server.

View file

@ -56,6 +56,7 @@ options:
run to send them out. This is mostly useful for generating artifacts to be stored/deployed elsewhere. run to send them out. This is mostly useful for generating artifacts to be stored/deployed elsewhere.
required: false required: false
default: true default: true
type: bool
force: force:
description: description:
- Whether or not to force full deployment, equivalent to serverless `--force` option. - Whether or not to force full deployment, equivalent to serverless `--force` option.

View file

@ -85,6 +85,7 @@ options:
- Enable statefile locking, if you use a service that accepts locks (such - Enable statefile locking, if you use a service that accepts locks (such
as S3+DynamoDB) to store your statefile. as S3+DynamoDB) to store your statefile.
required: false required: false
type: bool
lock_timeout: lock_timeout:
description: description:
- How long to maintain the lock on the statefile, if you use a service - How long to maintain the lock on the statefile, if you use a service

View file

@ -75,6 +75,7 @@ options:
description: description:
- Persistence. - Persistence.
required: true required: true
type: bool
persistence_time: persistence_time:
description: description:
- Persistence time in seconds. Required if persistence is enabled. minimum=30, maximum=1200, multipleOf=1 - Persistence time in seconds. Required if persistence is enabled. minimum=30, maximum=1200, multipleOf=1

View file

@ -45,6 +45,7 @@ options:
description: description:
- Is the service enabled. - Is the service enabled.
default: True default: True
type: bool
state: state:
description: description:
- Should the resource be C(present) or C(absent). - Should the resource be C(present) or C(absent).

View file

@ -37,6 +37,7 @@ options:
admin_state_up: admin_state_up:
description: description:
- Sets admin state. - Sets admin state.
type: bool
mac_address: mac_address:
description: description:
- MAC address of this port. - MAC address of this port.
@ -47,6 +48,7 @@ options:
no_security_groups: no_security_groups:
description: description:
- Do not associate a security group with this port. - Do not associate a security group with this port.
type: bool
default: 'no' default: 'no'
allowed_address_pairs: allowed_address_pairs:
description: description:

View file

@ -60,6 +60,7 @@ options:
required: False required: False
description: description:
- "A boolean flag that indicates if the server TLS certificate and host name should be checked." - "A boolean flag that indicates if the server TLS certificate and host name should be checked."
type: bool
ca_file: ca_file:
required: False required: False
description: description:
@ -82,12 +83,13 @@ options:
the server to send compressed responses. The default is I(True). 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 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)." uncompressed data even when this parameter is set to I(True)."
type: bool
kerberos: kerberos:
required: False required: False
description: description:
- "A boolean flag indicating if Kerberos authentication - "A boolean flag indicating if Kerberos authentication
should be used instead of the default basic authentication." should be used instead of the default basic authentication."
type: bool
headers: headers:
required: False required: False
description: description:

View file

@ -48,43 +48,53 @@ options:
- "If I(True) enable memory balloon optimization. Memory balloon is used to - "If I(True) enable memory balloon optimization. Memory balloon is used to
re-distribute / reclaim the host memory based on VM needs re-distribute / reclaim the host memory based on VM needs
in a dynamic way." in a dynamic way."
type: bool
virt: virt:
description: description:
- "If I(True), hosts in this cluster will be used to run virtual machines." - "If I(True), hosts in this cluster will be used to run virtual machines."
type: bool
gluster: gluster:
description: description:
- "If I(True), hosts in this cluster will be used as Gluster Storage - "If I(True), hosts in this cluster will be used as Gluster Storage
server nodes, and not for running virtual machines." server nodes, and not for running virtual machines."
- "By default the cluster is created for virtual machine hosts." - "By default the cluster is created for virtual machine hosts."
type: bool
threads_as_cores: threads_as_cores:
description: description:
- "If I(True) the exposed host threads would be treated as cores - "If I(True) the exposed host threads would be treated as cores
which can be utilized by virtual machines." which can be utilized by virtual machines."
type: bool
ksm: ksm:
description: description:
- "I I(True) MoM enables to run Kernel Same-page Merging I(KSM) when - "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 necessary and when it can yield a memory saving benefit that
outweighs its CPU cost." outweighs its CPU cost."
type: bool
ksm_numa: ksm_numa:
description: description:
- "If I(True) enables KSM C(ksm) for best performance inside NUMA nodes." - "If I(True) enables KSM C(ksm) for best performance inside NUMA nodes."
type: bool
ha_reservation: ha_reservation:
description: description:
- "If I(True) enables the oVirt/RHV to monitor cluster capacity for highly - "If I(True) enables the oVirt/RHV to monitor cluster capacity for highly
available virtual machines." available virtual machines."
type: bool
trusted_service: trusted_service:
description: description:
- "If I(True) enables integration with an OpenAttestation server." - "If I(True) enables integration with an OpenAttestation server."
type: bool
vm_reason: vm_reason:
description: description:
- "If I(True) enables an optional reason field when a virtual machine - "If I(True) enables an optional reason field when a virtual machine
is shut down from the Manager, allowing the administrator to is shut down from the Manager, allowing the administrator to
provide an explanation for the maintenance." provide an explanation for the maintenance."
type: bool
host_reason: host_reason:
description: description:
- "If I(True) enables an optional reason field when a host is placed - "If I(True) enables an optional reason field when a host is placed
into maintenance mode from the Manager, allowing the administrator into maintenance mode from the Manager, allowing the administrator
to provide an explanation for the maintenance." to provide an explanation for the maintenance."
type: bool
memory_policy: memory_policy:
description: description:
- "I(disabled) - Disables memory page sharing." - "I(disabled) - Disables memory page sharing."
@ -103,16 +113,19 @@ options:
description: description:
- "If I(True) enables fencing on the cluster." - "If I(True) enables fencing on the cluster."
- "Fencing is enabled by default." - "Fencing is enabled by default."
type: bool
fence_skip_if_sd_active: fence_skip_if_sd_active:
description: description:
- "If I(True) any hosts in the cluster that are Non Responsive - "If I(True) any hosts in the cluster that are Non Responsive
and still connected to storage will not be fenced." and still connected to storage will not be fenced."
type: bool
fence_skip_if_connectivity_broken: fence_skip_if_connectivity_broken:
description: description:
- "If I(True) fencing will be temporarily disabled if the percentage - "If I(True) fencing will be temporarily disabled if the percentage
of hosts in the cluster that are experiencing connectivity issues of hosts in the cluster that are experiencing connectivity issues
is greater than or equal to the defined threshold." is greater than or equal to the defined threshold."
- "The threshold can be specified by C(fence_connectivity_threshold)." - "The threshold can be specified by C(fence_connectivity_threshold)."
type: bool
fence_connectivity_threshold: fence_connectivity_threshold:
description: description:
- "The threshold used by C(fence_skip_if_connectivity_broken)." - "The threshold used by C(fence_skip_if_connectivity_broken)."

View file

@ -41,6 +41,7 @@ options:
description: description:
- "I(True) if the data center should be local, I(False) if should be shared." - "I(True) if the data center should be local, I(False) if should be shared."
- "Default value is set by engine." - "Default value is set by engine."
type: bool
compatibility_version: compatibility_version:
description: description:
- "Compatibility version of the data center." - "Compatibility version of the data center."
@ -62,6 +63,7 @@ options:
that only empty data center can be removed." that only empty data center can be removed."
version_added: "2.5" version_added: "2.5"
default: False default: False
type: bool
extends_documentation_fragment: ovirt extends_documentation_fragment: ovirt
''' '''

View file

@ -77,6 +77,7 @@ options:
choices: ['raw', 'cow'] choices: ['raw', 'cow']
sparse: sparse:
required: False required: False
type: bool
version_added: "2.5" version_added: "2.5"
description: description:
- "I(True) if the disk should be sparse (also known as I(thin provision)). - "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 - "Please take a look at C(image_path) documentation to see the correct
usage of this parameter." usage of this parameter."
version_added: "2.3" version_added: "2.3"
type: bool
profile: profile:
description: description:
- "Disk profile name to be attached to disk. By default profile is chosen by oVirt/RHV engine." - "Disk profile name to be attached to disk. By default profile is chosen by oVirt/RHV engine."
@ -110,9 +112,11 @@ options:
bootable: bootable:
description: description:
- "I(True) if the disk should be bootable. By default when disk is created it isn't bootable." - "I(True) if the disk should be bootable. By default when disk is created it isn't bootable."
type: bool
shareable: shareable:
description: description:
- "I(True) if the disk should be shareable. By default when disk is created it isn't shareable." - "I(True) if the disk should be shareable. By default when disk is created it isn't shareable."
type: bool
logical_unit: logical_unit:
description: description:
- "Dictionary which describes LUN to be directly attached to VM:" - "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 - "Note that this parameter isn't idempotent, as it's not possible
to check if the disk should be or should not be sparsified." to check if the disk should be or should not be sparsified."
version_added: "2.4" version_added: "2.4"
type: bool
openstack_volume_type: openstack_volume_type:
description: description:
- "Name of the openstack volume type. This is valid when working - "Name of the openstack volume type. This is valid when working

View file

@ -80,6 +80,7 @@ options:
description: description:
- "Specify if the network should be read only." - "Specify if the network should be read only."
- "Applicable if C(type) is I(network)." - "Applicable if C(type) is I(network)."
type: bool
network_type: network_type:
description: description:
- "Type of the external network provider either external (for example OVN) or neutron." - "Type of the external network provider either external (for example OVN) or neutron."

View file

@ -54,6 +54,7 @@ options:
description: description:
- "If I(true) options will be encrypted when send to agent." - "If I(true) options will be encrypted when send to agent."
aliases: ['encrypt'] aliases: ['encrypt']
type: bool
order: order:
description: description:
- "Integer value specifying, by default it's added at the end." - "Integer value specifying, by default it's added at the end."

View file

@ -72,6 +72,7 @@ options:
default: false default: false
version_added: "2.4" version_added: "2.4"
aliases: [lock] aliases: [lock]
type: bool
operating_system: operating_system:
description: description:
@ -114,7 +115,7 @@ options:
ipxe_script_url: ipxe_script_url:
description: description:
- URL of custom iPXE script for provisioning. - 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" version_added: "2.4"
always_pxe: always_pxe:
description: 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. - Normally, the PXE process happens only on the first boot. Set this arg to have your device continuously boot to iPXE.
default: false default: false
version_added: "2.4" version_added: "2.4"
type: bool
requirements: requirements:

View file

@ -124,6 +124,7 @@ options:
- If check should be ignored C(False) should be passed to this parameter. - If check should be ignored C(False) should be passed to this parameter.
required: false required: false
default: true default: true
type: bool
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -35,6 +35,7 @@ options:
- If set to "false", temporarily disable SSL termination without discarding - If set to "false", temporarily disable SSL termination without discarding
- existing credentials. - existing credentials.
default: true default: true
type: bool
private_key: private_key:
description: description:
- The private SSL key as a string in PEM format. - The private SSL key as a string in PEM format.
@ -53,15 +54,18 @@ options:
description: description:
- If "true", the load balancer will *only* accept secure traffic. - If "true", the load balancer will *only* accept secure traffic.
default: false default: false
type: bool
https_redirect: https_redirect:
description: description:
- If "true", the load balancer will redirect HTTP traffic to HTTPS. - If "true", the load balancer will redirect HTTP traffic to HTTPS.
- Requires "secure_traffic_only" to be true. Incurs an implicit wait if SSL - Requires "secure_traffic_only" to be true. Incurs an implicit wait if SSL
- termination is also applied or removed. - termination is also applied or removed.
type: bool
wait: wait:
description: description:
- Wait for the balancer to be in state "running" before turning. - Wait for the balancer to be in state "running" before turning.
default: false default: false
type: bool
wait_timeout: wait_timeout:
description: description:
- How long before "wait" gives up, in seconds. - How long before "wait" gives up, in seconds.

View file

@ -45,6 +45,7 @@ options:
record with matching name. If there are already multiple records with record with matching name. If there are already multiple records with
matching name and overwrite=true, this module will fail. matching name and overwrite=true, this module will fail.
default: true default: true
type: bool
version_added: 2.1 version_added: 2.1
priority: priority:
description: description:

View file

@ -38,9 +38,11 @@ options:
- Used to set a container as private, removing it from the CDN. B(Warning!) - Used to set a container as private, removing it from the CDN. B(Warning!)
Private containers, if previously made public, can have live objects Private containers, if previously made public, can have live objects
available until the TTL on cached objects expires available until the TTL on cached objects expires
type: bool
public: public:
description: description:
- Used to set a container as public, available via the Cloud Files CDN - Used to set a container as public, available via the Cloud Files CDN
type: bool
region: region:
description: description:
- Region to create an instance in - Region to create an instance in

View file

@ -46,6 +46,7 @@ options:
description: description:
- Whether the value in I(change) is a percent value - Whether the value in I(change) is a percent value
default: false default: false
type: bool
name: name:
description: description:
- Name to give the policy - Name to give the policy

View file

@ -89,6 +89,7 @@ options:
description: description:
- (Boolean) Enable EBS optimization for supported instances which are not enabled by default.; - (Boolean) Enable EBS optimization for supported instances which are not enabled by default.;
Note - additional charges will be applied. Note - additional charges will be applied.
type: bool
ebs_volume_pool: ebs_volume_pool:
description: description:
@ -112,7 +113,7 @@ options:
fallback_to_od: fallback_to_od:
description: description:
- (Boolean) In case of no spots available, Elastigroup will launch an On-demand instance instead - (Boolean) In case of no spots available, Elastigroup will launch an On-demand instance instead
type: bool
health_check_grace_period: health_check_grace_period:
description: description:
- (Integer) The amount of time, in seconds, after the instance has launched to start and check its health. - (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: terminate_at_end_of_billing_hour:
description: description:
- (Boolean) terminate at the end of billing hour - (Boolean) terminate at the end of billing hour
type: bool
unit: unit:
choices: choices:
- instance - instance
@ -452,12 +453,12 @@ options:
description: description:
- (Boolean) In case of any available Reserved Instances, - (Boolean) In case of any available Reserved Instances,
Elastigroup will utilize your reservations before purchasing Spot instances. Elastigroup will utilize your reservations before purchasing Spot instances.
type: bool
wait_for_instances: wait_for_instances:
description: description:
- (Boolean) Whether or not the elastigroup creation / update actions should wait for the instances to spin - (Boolean) Whether or not the elastigroup creation / update actions should wait for the instances to spin
type: bool
wait_timeout: wait_timeout:
description: description:

View file

@ -52,6 +52,7 @@ options:
description: description:
- Whether or not to echo out your response strings. - Whether or not to echo out your response strings.
default: false default: false
type: bool
requirements: requirements:
- python >= 2.6 - python >= 2.6
- pexpect >= 3.3 - pexpect >= 3.3

View file

@ -61,6 +61,7 @@ options:
version_added: "1.8" version_added: "1.8"
description: description:
- Whether to use an SSL connection when connecting to the database - Whether to use an SSL connection when connecting to the database
type: bool
ssl_cert_reqs: ssl_cert_reqs:
version_added: "2.2" version_added: "2.2"
description: description:

View file

@ -68,6 +68,7 @@ options:
- If I(use_ssl) is set to C(True), connections to this server will be - If I(use_ssl) is set to C(True), connections to this server will be
made using SSL connections. If omitted the proxysql database default made using SSL connections. If omitted the proxysql database default
for I(use_ssl) is C(False). for I(use_ssl) is C(False).
type: bool
max_latency_ms: max_latency_ms:
description: description:
- Ping time is monitored regularly. If a host has a ping time greater - Ping time is monitored regularly. If a host has a ping time greater

View file

@ -28,11 +28,13 @@ options:
- A user with I(active) set to C(False) will be tracked in the database, - A user with I(active) set to C(False) will be tracked in the database,
but will be never loaded in the in-memory data structures. If omitted but will be never loaded in the in-memory data structures. If omitted
the proxysql database default for I(active) is C(True). the proxysql database default for I(active) is C(True).
type: bool
use_ssl: use_ssl:
description: description:
- If I(use_ssl) is set to C(True), connections by this user will be made - If I(use_ssl) is set to C(True), connections by this user will be made
using SSL connections. If omitted the proxysql database default for using SSL connections. If omitted the proxysql database default for
I(use_ssl) is C(False). I(use_ssl) is C(False).
type: bool
default_hostgroup: default_hostgroup:
description: description:
- If there is no matching rule for the queries sent by this user, the - If there is no matching rule for the queries sent by this user, the
@ -49,22 +51,26 @@ options:
rules. rules.
If omitted the proxysql database default for I(transaction_persistent) If omitted the proxysql database default for I(transaction_persistent)
is C(False). is C(False).
type: bool
fast_forward: fast_forward:
description: description:
- If I(fast_forward) is set to C(True), I(fast_forward) will bypass the - If I(fast_forward) is set to C(True), I(fast_forward) will bypass the
query processing layer (rewriting, caching) and pass through the query query processing layer (rewriting, caching) and pass through the query
directly as is to the backend server. If omitted the proxysql database directly as is to the backend server. If omitted the proxysql database
default for I(fast_forward) is C(False). default for I(fast_forward) is C(False).
type: bool
backend: backend:
description: description:
- If I(backend) is set to C(True), this (username, password) pair is - If I(backend) is set to C(True), this (username, password) pair is
used for authenticating to the ProxySQL instance. used for authenticating to the ProxySQL instance.
default: True default: True
type: bool
frontend: frontend:
description: description:
- If I(frontend) is set to C(True), this (username, password) pair is - If I(frontend) is set to C(True), this (username, password) pair is
used for authenticating to the mysqld servers against any hostgroup. used for authenticating to the mysqld servers against any hostgroup.
default: True default: True
type: bool
max_connections: max_connections:
description: description:
- The maximum number of connections ProxySQL will open to the backend for - The maximum number of connections ProxySQL will open to the backend for

View file

@ -23,6 +23,7 @@ options:
description: description:
- A rule with I(active) set to C(False) will be tracked in the database, - A rule with I(active) set to C(False) will be tracked in the database,
but will be never loaded in the in-memory data structures. but will be never loaded in the in-memory data structures.
type: bool
username: username:
description: description:
- Filtering criteria matching username. If I(username) is non-NULL, a - Filtering criteria matching username. If I(username) is non-NULL, a
@ -64,6 +65,7 @@ options:
the query text will be considered as a match. This acts as a NOT the query text will be considered as a match. This acts as a NOT
operator in front of the regular expression matching against operator in front of the regular expression matching against
match_pattern. match_pattern.
type: bool
flagOUT: flagOUT:
description: description:
- Used in combination with I(flagIN) and apply to create chains of rules. - Used in combination with I(flagIN) and apply to create chains of rules.
@ -115,10 +117,12 @@ options:
log: log:
description: description:
- Query will be logged. - Query will be logged.
type: bool
apply: apply:
description: description:
- Used in combination with I(flagIN) and I(flagOUT) to create chains of - Used in combination with I(flagIN) and I(flagOUT) to create chains of
rules. Setting apply to True signifies the last rule to be applied. rules. Setting apply to True signifies the last rule to be applied.
type: bool
comment: comment:
description: description:
- Free form text field, usable for a descriptive comment of the query - Free form text field, usable for a descriptive comment of the query
@ -134,6 +138,7 @@ options:
however if you need this behaviour and you're not concerned about the however if you need this behaviour and you're not concerned about the
schedules deleted, you can set I(force_delete) to C(True). schedules deleted, you can set I(force_delete) to C(True).
default: False default: False
type: bool
extends_documentation_fragment: extends_documentation_fragment:
- proxysql.managing_config - proxysql.managing_config
- proxysql.connectivity - proxysql.connectivity

View file

@ -21,6 +21,7 @@ options:
- A schedule with I(active) set to C(False) will be tracked in the - A schedule with I(active) set to C(False) will be tracked in the
database, but will be never loaded in the in-memory data structures. database, but will be never loaded in the in-memory data structures.
default: True default: True
type: bool
interval_ms: interval_ms:
description: description:
- How often (in millisecond) the job will be started. The minimum value - How often (in millisecond) the job will be started. The minimum value
@ -60,6 +61,7 @@ options:
however if you need this behaviour and you're not concerned about the however if you need this behaviour and you're not concerned about the
schedules deleted, you can set I(force_delete) to C(True). schedules deleted, you can set I(force_delete) to C(True).
default: False default: False
type: bool
extends_documentation_fragment: extends_documentation_fragment:
- proxysql.managing_config - proxysql.managing_config
- proxysql.connectivity - proxysql.connectivity

View file

@ -42,10 +42,12 @@ options:
expired: expired:
description: description:
- Sets the user's password expiration. - Sets the user's password expiration.
type: bool
ldap: ldap:
description: description:
- Set to true if users are authenticated via LDAP. - Set to true if users are authenticated via LDAP.
- The user will be created with password expired and set to I($ldap$). - The user will be created with password expired and set to I($ldap$).
type: bool
roles: roles:
description: description:
- Comma separated list of roles to assign to the user. - Comma separated list of roles to assign to the user.

View file

@ -94,6 +94,7 @@ options:
enabled: enabled:
description: description:
- Is this client enabled or not? - Is this client enabled or not?
type: bool
client_authenticator_type: client_authenticator_type:
description: description:
@ -157,6 +158,7 @@ options:
This is 'bearerOnly' in the Keycloak REST API. This is 'bearerOnly' in the Keycloak REST API.
aliases: aliases:
- bearerOnly - bearerOnly
type: bool
consent_required: consent_required:
description: description:
@ -164,6 +166,7 @@ options:
This is 'consentRequired' in the Keycloak REST API. This is 'consentRequired' in the Keycloak REST API.
aliases: aliases:
- consentRequired - consentRequired
type: bool
standard_flow_enabled: standard_flow_enabled:
description: description:
@ -171,6 +174,7 @@ options:
This is 'standardFlowEnabled' in the Keycloak REST API. This is 'standardFlowEnabled' in the Keycloak REST API.
aliases: aliases:
- standardFlowEnabled - standardFlowEnabled
type: bool
implicit_flow_enabled: implicit_flow_enabled:
description: description:
@ -178,6 +182,7 @@ options:
This is 'implictFlowEnabled' in the Keycloak REST API. This is 'implictFlowEnabled' in the Keycloak REST API.
aliases: aliases:
- implicitFlowEnabled - implicitFlowEnabled
type: bool
direct_access_grants_enabled: direct_access_grants_enabled:
description: description:
@ -185,6 +190,7 @@ options:
This is 'directAccessGrantsEnabled' in the Keycloak REST API. This is 'directAccessGrantsEnabled' in the Keycloak REST API.
aliases: aliases:
- directAccessGrantsEnabled - directAccessGrantsEnabled
type: bool
service_accounts_enabled: service_accounts_enabled:
description: description:
@ -192,6 +198,7 @@ options:
This is 'serviceAccountsEnabled' in the Keycloak REST API. This is 'serviceAccountsEnabled' in the Keycloak REST API.
aliases: aliases:
- serviceAccountsEnabled - serviceAccountsEnabled
type: bool
authorization_services_enabled: authorization_services_enabled:
description: description:
@ -199,6 +206,7 @@ options:
This is 'authorizationServicesEnabled' in the Keycloak REST API. This is 'authorizationServicesEnabled' in the Keycloak REST API.
aliases: aliases:
- authorizationServicesEnabled - authorizationServicesEnabled
type: bool
public_client: public_client:
description: description:
@ -206,6 +214,7 @@ options:
This is 'publicClient' in the Keycloak REST API. This is 'publicClient' in the Keycloak REST API.
aliases: aliases:
- publicClient - publicClient
type: bool
frontchannel_logout: frontchannel_logout:
description: description:
@ -213,6 +222,7 @@ options:
This is 'frontchannelLogout' in the Keycloak REST API. This is 'frontchannelLogout' in the Keycloak REST API.
aliases: aliases:
- frontchannelLogout - frontchannelLogout
type: bool
protocol: protocol:
description: description:
@ -225,6 +235,7 @@ options:
This is 'fullScopeAllowed' in the Keycloak REST API. This is 'fullScopeAllowed' in the Keycloak REST API.
aliases: aliases:
- fullScopeAllowed - fullScopeAllowed
type: bool
node_re_registration_timeout: node_re_registration_timeout:
description: description:
@ -255,6 +266,7 @@ options:
This is 'useTemplateConfig' in the Keycloak REST API. This is 'useTemplateConfig' in the Keycloak REST API.
aliases: aliases:
- useTemplateConfig - useTemplateConfig
type: bool
use_template_scope: use_template_scope:
description: description:
@ -262,6 +274,7 @@ options:
This is 'useTemplateScope' in the Keycloak REST API. This is 'useTemplateScope' in the Keycloak REST API.
aliases: aliases:
- useTemplateScope - useTemplateScope
type: bool
use_template_mappers: use_template_mappers:
description: description:
@ -269,6 +282,7 @@ options:
This is 'useTemplateMappers' in the Keycloak REST API. This is 'useTemplateMappers' in the Keycloak REST API.
aliases: aliases:
- useTemplateMappers - useTemplateMappers
type: bool
surrogate_auth_required: surrogate_auth_required:
description: description:
@ -276,6 +290,7 @@ options:
This is 'surrogateAuthRequired' in the Keycloak REST API. This is 'surrogateAuthRequired' in the Keycloak REST API.
aliases: aliases:
- surrogateAuthRequired - surrogateAuthRequired
type: bool
authorization_settings: authorization_settings:
description: description:

View file

@ -69,6 +69,7 @@ options:
description: description:
- Is the "Full Scope Allowed" feature set for this client template or not. - Is the "Full Scope Allowed" feature set for this client template or not.
This is 'fullScopeAllowed' in the Keycloak REST API. This is 'fullScopeAllowed' in the Keycloak REST API.
type: bool
protocol_mappers: protocol_mappers:
description: description:

View file

@ -92,6 +92,7 @@ options:
- A boolean indicating whether this monitor needs a full window of data before it's evaluated. We highly recommend you set this to False for - A boolean indicating whether this monitor needs a full window of data before it's evaluated. We highly recommend you set this to False for
sparse metrics, otherwise some evaluations will be skipped. sparse metrics, otherwise some evaluations will be skipped.
version_added: "2.3" version_added: "2.3"
type: bool
new_host_delay: new_host_delay:
description: ["A positive integer representing the number of seconds to wait before evaluating the monitor for new hosts. description: ["A positive integer representing the number of seconds to wait before evaluating the monitor for new hosts.
This gives the host time to fully initialize."] This gives the host time to fully initialize."]

View file

@ -87,6 +87,7 @@ options:
description: description:
- Whether the record should be the only one for that record type and record name. Only use with C(state=present) - Whether the record should be the only one for that record type and record name. Only use with C(state=present)
- This will delete all other records with the same record name and type. - This will delete all other records with the same record name and type.
type: bool
state: state:
description: description:
- Whether the record(s) should exist or not - Whether the record(s) should exist or not

View file

@ -40,6 +40,7 @@ options:
determined by wait_interval and wait_retries is reached. Continue only determined by wait_interval and wait_retries is reached. Continue only
after the status changes to 'MAINT'. This overrides the after the status changes to 'MAINT'. This overrides the
shutdown_sessions option. shutdown_sessions option.
type: bool
version_added: "2.4" version_added: "2.4"
host: host:
description: description:

View file

@ -39,6 +39,7 @@ options:
- When set to C(NO), SSL certificates will not be validated. - When set to C(NO), SSL certificates will not be validated.
required: false required: false
default: "yes" default: "yes"
type: bool
version_added: "2.4" version_added: "2.4"
notes: notes:
- "Visit https://www.ipify.org to get more information." - "Visit https://www.ipify.org to get more information."

View file

@ -38,17 +38,20 @@ options:
- When true, performs a 'net commit' at the end of the block. - When true, performs a 'net commit' at the end of the block.
Mutually exclusive with I(atomic). Mutually exclusive with I(atomic).
default: false default: false
type: bool
abort: abort:
description: description:
- Boolean. When true, perform a 'net abort' before the block. - Boolean. When true, perform a 'net abort' before the block.
This cleans out any uncommitted changes in the buffer. This cleans out any uncommitted changes in the buffer.
Mutually exclusive with I(atomic). Mutually exclusive with I(atomic).
default: false default: false
type: bool
atomic: atomic:
description: description:
- When true, equivalent to both I(commit) and I(abort) being true. - When true, equivalent to both I(commit) and I(abort) being true.
Mutually exclusive with I(commit) and I(atomic). Mutually exclusive with I(commit) and I(atomic).
default: false default: false
type: bool
description: description:
description: description:
- Commit description that will be recorded to the commit log if - Commit description that will be recorded to the commit log if

View file

@ -38,6 +38,7 @@ options:
- Interface link status. If the value is I(True) the interface state will be - Interface link status. If the value is I(True) the interface state will be
enabled, else if value is I(False) interface will be in disable (shutdown) state. enabled, else if value is I(False) interface will be in disable (shutdown) state.
default: True default: True
type: bool
speed: speed:
description: description:
- This option configures autoneg and speed/duplex/flowcontrol for the interface - This option configures autoneg and speed/duplex/flowcontrol for the interface

View file

@ -50,6 +50,7 @@ options:
description: description:
- Purge links not defined in the I(aggregate) parameter. - Purge links not defined in the I(aggregate) parameter.
default: no default: no
type: bool
extends_documentation_fragment: eos extends_documentation_fragment: eos
""" """

View file

@ -64,6 +64,7 @@ options:
description: description:
- Purge VLANs not defined in the I(aggregate) parameter. - Purge VLANs not defined in the I(aggregate) parameter.
default: no default: no
type: bool
state: state:
description: description:
- State of the VLAN configuration. - State of the VLAN configuration.

View file

@ -61,6 +61,7 @@ options:
description: description:
- Purge VRFs not defined in the I(aggregate) parameter. - Purge VRFs not defined in the I(aggregate) parameter.
default: no default: no
type: bool
delay: delay:
description: description:
- Time in seconds to wait before checking for the operational state on remote - Time in seconds to wait before checking for the operational state on remote

View file

@ -32,6 +32,7 @@ options:
interfaces do not persist across reboots. interfaces do not persist across reboots.
required: false required: false
default: false default: false
type: bool
type: type:
description: description:
- Specifies the type of tunnel to be created. - Specifies the type of tunnel to be created.

View file

@ -36,6 +36,7 @@ options:
do not persist across reboots. do not persist across reboots.
required: false required: false
default: false default: false
type: bool
vlan_id: vlan_id:
description: description:
- VLAN ID value for VLAN interface. - VLAN ID value for VLAN interface.

View file

@ -45,6 +45,7 @@ options:
IP addresses do not persist across reboots. IP addresses do not persist across reboots.
required: false required: false
default: false default: false
type: bool
wait: wait:
description: description:
- Specifies the time in seconds we wait for obtaining address via DHCP. - Specifies the time in seconds we wait for obtaining address via DHCP.

View file

@ -42,6 +42,7 @@ options:
Temporary values do not persist across reboots. Temporary values do not persist across reboots.
required: false required: false
default: false default: false
type: bool
state: state:
description: description:
- Set or reset the property value. - Set or reset the property value.

View file

@ -46,6 +46,7 @@ options:
property values do not persist across reboots. property values do not persist across reboots.
required: false required: false
default: false default: false
type: bool
state: state:
description: description:
- Set or reset the property value. - Set or reset the property value.

View file

@ -35,6 +35,7 @@ options:
enabled: enabled:
description: description:
- Interface link status. - Interface link status.
type: bool
speed: speed:
description: description:
- Interface link speed. - Interface link speed.

View file

@ -46,6 +46,7 @@ options:
description: description:
- Purge links not defined in the I(aggregate) parameter. - Purge links not defined in the I(aggregate) parameter.
default: no default: no
type: bool
extends_documentation_fragment: ios extends_documentation_fragment: ios
""" """

View file

@ -51,6 +51,7 @@ options:
description: description:
- Purge VLANs not defined in the I(aggregate) parameter. - Purge VLANs not defined in the I(aggregate) parameter.
default: no default: no
type: bool
state: state:
description: description:
- State of the VLAN configuration. - State of the VLAN configuration.

View file

@ -81,6 +81,7 @@ options:
VRF definition absolute. It will remove any previously configured VRF definition absolute. It will remove any previously configured
VRFs on the device. VRFs on the device.
default: false default: false
type: bool
state: state:
description: description:
- Configures the state of the VRF definition - Configures the state of the VRF definition

View file

@ -61,6 +61,7 @@ options:
remote device configuration back to initial defaults. This remote device configuration back to initial defaults. This
argument will effectively remove all current configuration argument will effectively remove all current configuration
statements on the remote device. statements on the remote device.
type: bool
confirm: confirm:
description: description:
- The C(confirm) argument will configure a time out value in minutes - The C(confirm) argument will configure a time out value in minutes
@ -101,7 +102,7 @@ options:
update: update:
description: description:
- This argument will decide how to load the configuration - This argument will decide how to load the configuration
data particulary when the candidate configuration and loaded data particularly when the candidate configuration and loaded
configuration contain conflicting statements. Following are configuration contain conflicting statements. Following are
accepted values. accepted values.
C(merge) combines the data in the loaded configuration with the C(merge) combines the data in the loaded configuration with the

View file

@ -33,6 +33,7 @@ options:
enabled: enabled:
description: description:
- Configure interface link status. - Configure interface link status.
type: bool
speed: speed:
description: description:
- Interface link speed. - Interface link speed.

View file

@ -103,6 +103,7 @@ options:
startup-config if changed and if :startup capability is supported by Netconf server. startup-config if changed and if :startup capability is supported by Netconf server.
default: false default: false
version_added: "2.4" version_added: "2.4"
type: bool
backup: backup:
description: description:
- This argument will cause the module to create a full backup of - This argument will cause the module to create a full backup of

View file

@ -402,6 +402,7 @@ options:
l2conn: l2conn:
description: description:
- "Use L2 Parameters to identify a connection." - "Use L2 Parameters to identify a connection."
type: bool
mysqlprotocolversion: mysqlprotocolversion:
description: description:

View file

@ -54,6 +54,7 @@ options:
description: description:
- If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates. - If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.
default: 'yes' default: 'yes'
type: bool
nitro_auth_token: nitro_auth_token:
description: description:

View file

@ -54,6 +54,7 @@ options:
- If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates. - If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.
required: false required: false
default: 'yes' default: 'yes'
type: bool
nitro_timeout: nitro_timeout:
description: description:

View file

@ -120,6 +120,7 @@ options:
description: description:
- "Monitor the health of this service" - "Monitor the health of this service"
default: yes default: yes
type: bool
maxreq: maxreq:
description: description:
@ -133,6 +134,7 @@ options:
- "Use the transparent cache redirection virtual server to forward requests to the cache server." - "Use the transparent cache redirection virtual server to forward requests to the cache server."
- "Note: Do not specify this parameter if you set the Cache Type parameter." - "Note: Do not specify this parameter if you set the Cache Type parameter."
default: no default: no
type: bool
cip: cip:
choices: choices:
@ -164,6 +166,7 @@ options:
setting (available in the enable ns mode and disable ns mode CLI commands, or in the System > setting (available in the enable ns mode and disable ns mode CLI commands, or in the System >
Settings > Configure modes > Configure Modes dialog box). However, you can override this setting Settings > Configure modes > Configure Modes dialog box). However, you can override this setting
after you create the service. after you create the service.
type: bool
pathmonitor: pathmonitor:
description: description:
@ -179,15 +182,18 @@ options:
Use the proxy port as the source port when initiating connections with the server. With the NO Use the proxy port as the source port when initiating connections with the server. With the NO
setting, the client-side connection port is used as the source port for the server-side connection. setting, the client-side connection port is used as the source port for the server-side connection.
- "Note: This parameter is available only when the Use Source IP (USIP) parameter is set to YES." - "Note: This parameter is available only when the Use Source IP (USIP) parameter is set to YES."
type: bool
sp: sp:
description: description:
- "Enable surge protection for the service." - "Enable surge protection for the service."
type: bool
rtspsessionidremap: rtspsessionidremap:
description: description:
- "Enable RTSP session ID mapping for the service." - "Enable RTSP session ID mapping for the service."
default: off default: off
type: bool
clttimeout: clttimeout:
description: description:
@ -215,14 +221,17 @@ options:
cka: cka:
description: description:
- "Enable client keep-alive for the service." - "Enable client keep-alive for the service."
type: bool
tcpb: tcpb:
description: description:
- "Enable TCP buffering for the service." - "Enable TCP buffering for the service."
type: bool
cmp: cmp:
description: description:
- "Enable compression for the service." - "Enable compression for the service."
type: bool
maxbandwidth: maxbandwidth:
description: description:
@ -236,7 +245,7 @@ options:
Use Layer 2 mode to bridge the packets sent to this service if it is marked as DOWN. If the service Use Layer 2 mode to bridge the packets sent to this service if it is marked as DOWN. If the service
is DOWN, and this parameter is disabled, the packets are dropped. is DOWN, and this parameter is disabled, the packets are dropped.
default: no default: no
type: bool
monthreshold: monthreshold:
description: description:
- >- - >-
@ -327,6 +336,7 @@ options:
Shut down gracefully, not accepting any new connections, and disabling the service when all of its Shut down gracefully, not accepting any new connections, and disabling the service when all of its
connections are closed. connections are closed.
default: no default: no
type: bool
monitor_bindings: monitor_bindings:
description: description:

View file

@ -125,14 +125,17 @@ options:
Use client's IP address as the source IP address when initiating connection to the server. With the Use client's IP address as the source IP address when initiating connection to the server. With the
NO setting, which is the default, a mapped IP (MIP) address or subnet IP (SNIP) address is used as NO setting, which is the default, a mapped IP (MIP) address or subnet IP (SNIP) address is used as
the source IP address to initiate server side connections. the source IP address to initiate server side connections.
type: bool
pathmonitor: pathmonitor:
description: description:
- "Path monitoring for clustering." - "Path monitoring for clustering."
type: bool
pathmonitorindv: pathmonitorindv:
description: description:
- "Individual Path monitoring decisions." - "Individual Path monitoring decisions."
type: bool
useproxyport: useproxyport:
description: description:

View file

@ -71,7 +71,7 @@ options:
pn_validate: pn_validate:
description: description:
- Validate the inter-switch links and state of switches in the cluster. - Validate the inter-switch links and state of switches in the cluster.
choices: ['validate', 'no-validate'] type: bool
""" """
EXAMPLES = """ EXAMPLES = """

View file

@ -75,6 +75,7 @@ options:
- Enable/disable system information. - Enable/disable system information.
required: false required: false
default: true default: true
type: bool
""" """
EXAMPLES = """ EXAMPLES = """

View file

@ -70,6 +70,7 @@ options:
description: description:
- Specify if you want to collect statistics for a VLAN. Statistic - Specify if you want to collect statistics for a VLAN. Statistic
collection is enabled by default. collection is enabled by default.
type: bool
pn_ports: pn_ports:
description: description:
- Specifies the switch network data port number, list of ports, or range - Specifies the switch network data port number, list of ports, or range

View file

@ -69,6 +69,7 @@ options:
pn_next_hop_self: pn_next_hop_self:
description: description:
- Specify if the next-hop is the same router or not. - Specify if the next-hop is the same router or not.
type: bool
pn_password: pn_password:
description: description:
- Specify a password, if desired. - Specify a password, if desired.
@ -86,12 +87,15 @@ options:
pn_route_reflector: pn_route_reflector:
description: description:
- Specify if a route reflector client is used. - Specify if a route reflector client is used.
type: bool
pn_override_capability: pn_override_capability:
description: description:
- Specify if you want to override capability. - Specify if you want to override capability.
type: bool
pn_soft_reconfig: pn_soft_reconfig:
description: description:
- Specify if you want a soft reconfiguration of inbound traffic. - Specify if you want a soft reconfiguration of inbound traffic.
type: bool
pn_max_prefix: pn_max_prefix:
description: description:
- Specify the maximum number of prefixes. - Specify the maximum number of prefixes.
@ -99,9 +103,11 @@ options:
description: description:
- Specify if you want a warning message when the maximum number of - Specify if you want a warning message when the maximum number of
prefixes is exceeded. prefixes is exceeded.
type: bool
pn_bfd: pn_bfd:
description: description:
- Specify if you want BFD protocol support for fault detection. - Specify if you want BFD protocol support for fault detection.
type: bool
pn_multiprotocol: pn_multiprotocol:
description: description:
- Specify a multi-protocol for BGP. - Specify a multi-protocol for BGP.
@ -113,6 +119,7 @@ options:
pn_default_originate: pn_default_originate:
description: description:
- Specify if you want announce default routes to the neighbor or not. - Specify if you want announce default routes to the neighbor or not.
type: bool
pn_keepalive: pn_keepalive:
description: description:
- Specify BGP neighbor keepalive interval in seconds. - Specify BGP neighbor keepalive interval in seconds.

View file

@ -84,9 +84,11 @@ options:
means that other configurations cannot use the interface. Exclusive is means that other configurations cannot use the interface. Exclusive is
specified when you configure the interface as span interface and allows specified when you configure the interface as span interface and allows
higher throughput through the interface. higher throughput through the interface.
type: bool
pn_nic_enable: pn_nic_enable:
description: description:
- Specify if the NIC is enabled or not - Specify if the NIC is enabled or not
type: bool
pn_vrrp_id: pn_vrrp_id:
description: description:
- Specify the ID for the VRRP interface. The IDs on both vRouters must be - Specify the ID for the VRRP interface. The IDs on both vRouters must be

View file

@ -57,6 +57,7 @@ options:
description: > description: >
If set to true, the task will fail if any output parameters not in If set to true, the task will fail if any output parameters not in
output_required is present in the output. output_required is present in the output.
type: bool
version_added: "2.5" version_added: "2.5"
''' '''

View file

@ -98,6 +98,7 @@ options:
allowas_in: allowas_in:
description: description:
- Activate allowas-in property - Activate allowas-in property
type: bool
allowas_in_max: allowas_in_max:
description: description:
- Max-occurrences value for allowas_in. Valid values are - Max-occurrences value for allowas_in. Valid values are

View file

@ -42,6 +42,7 @@ options:
- Safeguard boolean. Set to true if you're sure you want to reboot. - Safeguard boolean. Set to true if you're sure you want to reboot.
required: false required: false
default: false default: false
type: bool
''' '''
EXAMPLES = ''' EXAMPLES = '''

View file

@ -51,6 +51,7 @@ options:
lookup feature in Cisco NXOS. This argument accepts boolean lookup feature in Cisco NXOS. This argument accepts boolean
values. When enabled, the system will try to resolve hostnames values. When enabled, the system will try to resolve hostnames
using DNS and when disabled, hostnames will not be resolved. using DNS and when disabled, hostnames will not be resolved.
type: bool
domain_search: domain_search:
description: description:
- Configures a list of domain - Configures a list of domain

View file

@ -50,6 +50,7 @@ options:
peer_link: peer_link:
description: description:
- Set to true/false for peer link config on associated portchannel. - Set to true/false for peer link config on associated portchannel.
type: bool
state: state:
description: description:
- Manages desired state of the resource. - Manages desired state of the resource.

View file

@ -32,6 +32,7 @@ options:
description: description:
- Purge VLANs not defined in the I(aggregate) parameter. - Purge VLANs not defined in the I(aggregate) parameter.
default: no default: no
type: bool
state: state:
description: description:
- State of the VLAN configuration. - State of the VLAN configuration.

View file

@ -49,6 +49,7 @@ options:
description: description:
- commit if changed - commit if changed
default: true default: true
type: bool
devicegroup: devicegroup:
description: > description: >
- Device groups are used for the Panorama interaction with Firewall(s). The group must exists on Panorama. - Device groups are used for the Panorama interaction with Firewall(s). The group must exists on Panorama.

View file

@ -50,10 +50,12 @@ options:
description: description:
- Whether or not to add default route with router learned via DHCP. - Whether or not to add default route with router learned via DHCP.
default: "false" default: "false"
type: bool
commit: commit:
description: description:
- Commit if changed - Commit if changed
default: true default: true
type: bool
extends_documentation_fragment: panos extends_documentation_fragment: panos
''' '''

View file

@ -41,6 +41,7 @@ options:
- whether to apply authcode even if device is already licensed - whether to apply authcode even if device is already licensed
required: false required: false
default: "false" default: "false"
type: bool
extends_documentation_fragment: panos extends_documentation_fragment: panos
''' '''

View file

@ -100,10 +100,12 @@ options:
log_start: log_start:
description: description:
- Whether to log at session start. - Whether to log at session start.
type: bool
log_end: log_end:
description: description:
- Whether to log at session end. - Whether to log at session end.
default: true default: true
type: bool
action: action:
description: description:
- Action to apply once rules maches. - Action to apply once rules maches.

View file

@ -46,6 +46,7 @@ options:
enabled: enabled:
description: description:
- Interface link status. - Interface link status.
type: bool
speed: speed:
description: description:
- Interface link speed. - Interface link speed.

View file

@ -54,6 +54,7 @@ options:
description: description:
- Purge VLANs not defined in the I(aggregate) parameter. - Purge VLANs not defined in the I(aggregate) parameter.
default: no default: no
type: bool
state: state:
description: description:
- State of the VLAN configuration. - State of the VLAN configuration.

View file

@ -70,6 +70,7 @@ options:
- Rewrite the shebang line on installed scripts to use /usr/bin/env. - Rewrite the shebang line on installed scripts to use /usr/bin/env.
required: false required: false
default: "no" default: "no"
type: bool
version_added: "2.2" version_added: "2.2"
version: version:
description: description:
@ -80,12 +81,14 @@ options:
- Allow installation of pre-release versions of the gem. - Allow installation of pre-release versions of the gem.
required: false required: false
default: "no" default: "no"
type: bool
version_added: "1.6" version_added: "1.6"
include_doc: include_doc:
description: description:
- Install with or without docs. - Install with or without docs.
required: false required: false
default: "no" default: "no"
type: bool
version_added: "2.0" version_added: "2.0"
build_flags: build_flags:
description: description:

View file

@ -50,6 +50,7 @@ options:
- If you want to refresh your catalog from the mirror, set this to (C(yes)). - If you want to refresh your catalog from the mirror, set this to (C(yes)).
required: false required: false
default: False default: False
type: bool
version_added: "2.1" version_added: "2.1"
''' '''

View file

@ -50,12 +50,14 @@ options:
update: update:
description: description:
- Updates the OS to the latest version. - Updates the OS to the latest version.
type: bool
url: url:
description: description:
- Overrides both I(contenturl) and I(versionurl). - Overrides both I(contenturl) and I(versionurl).
verify: verify:
description: description:
- Verify content for OS version. - Verify content for OS version.
type: bool
versionurl: versionurl:
description: description:
- URL for version string download. - URL for version string download.

View file

@ -50,6 +50,7 @@ options:
force_install: force_install:
description: description:
- Set value to True to force node into install state if it already exists in stacki. - Set value to True to force node into install state if it already exists in stacki.
type: bool
author: author:
- Hugh Ma (@bbyhuy) <Hugh.Ma@flextronics.com> - Hugh Ma (@bbyhuy) <Hugh.Ma@flextronics.com>
''' '''

View file

@ -38,6 +38,7 @@ options:
default: true default: true
description: description:
- Should https certificates be validated? - Should https certificates be validated?
type: bool
ssid: ssid:
description: description:
- The ID of the primary storage array for the async mirror action - The ID of the primary storage array for the async mirror action
@ -58,6 +59,7 @@ options:
- Whether to force the role reversal regardless of the online-state of the primary - Whether to force the role reversal regardless of the online-state of the primary
required: no required: no
default: no default: no
type: bool
""" """
EXAMPLES = """ EXAMPLES = """

View file

@ -38,6 +38,7 @@ options:
default: true default: true
description: description:
- Should https certificates be validated? - Should https certificates be validated?
type: bool
ssid: ssid:
description: description:
- The ID of the storage array containing the AMG you wish to target - The ID of the storage array containing the AMG you wish to target

View file

@ -26,6 +26,7 @@ options:
default: true default: true
description: description:
- Should https certificates be validated? - Should https certificates be validated?
type: bool
name: name:
description: description:
- The name of the storage array. Note that if more than one storage array with this name is detected, the task will fail and you'll have to use - The name of the storage array. Note that if more than one storage array with this name is detected, the task will fail and you'll have to use
@ -38,6 +39,7 @@ options:
set_admin: set_admin:
description: description:
- Boolean value on whether to update the admin password. If set to false then the RO account is updated. - Boolean value on whether to update the admin password. If set to false then the RO account is updated.
type: bool
default: False default: False
current_password: current_password:
description: description:

View file

@ -34,6 +34,7 @@ options:
default: true default: true
description: description:
- Should https certificates be validated? - Should https certificates be validated?
type: bool
ssid: ssid:
required: true required: true
description: description:

View file

@ -37,6 +37,7 @@ options:
default: true default: true
description: description:
- Should https certificates be validated? - Should https certificates be validated?
type: bool
ssid: ssid:
required: true required: true
description: description:

View file

@ -38,6 +38,7 @@ options:
default: true default: true
description: description:
- Should https certificates be validated? - Should https certificates be validated?
type: bool
state: state:
description: description:
- Whether to ensure the group is present or absent. - Whether to ensure the group is present or absent.

View file

@ -41,6 +41,7 @@ options:
default: true default: true
description: description:
- Should https certificates be validated? - Should https certificates be validated?
type: bool
ssid: ssid:
description: description:
- storage array ID - storage array ID

View file

@ -57,6 +57,7 @@ options:
criteria_drive_require_fde: criteria_drive_require_fde:
description: description:
- Whether full disk encryption ability is required for drives to be added to the storage pool - Whether full disk encryption ability is required for drives to be added to the storage pool
type: bool
raid_level: raid_level:
required: true required: true
choices: ['raidAll', 'raid0', 'raid1', 'raid3', 'raid5', 'raid6', 'raidDiskPool'] choices: ['raidAll', 'raid0', 'raid1', 'raid3', 'raid5', 'raid6', 'raidDiskPool']
@ -81,6 +82,7 @@ options:
default: False default: False
description: description:
- Prior to removing a storage pool, delete all volumes in the pool. - Prior to removing a storage pool, delete all volumes in the pool.
type: bool
author: Kevin Hulquest (@hulquest) author: Kevin Hulquest (@hulquest)
''' '''

View file

@ -47,9 +47,10 @@ options:
version_added: "2.6" version_added: "2.6"
required: false required: false
default: 'no' default: 'no'
type: bool
description: description:
- Forces the use of "local" command alternatives on platforms that implement it. - Forces the use of "local" command alternatives on platforms that implement it.
This is useful in environments that use centralized authentification when you want to manipulate the local groups. This is useful in environments that use centralized authentication when you want to manipulate the local groups.
I.E. it uses `lgroupadd` instead of `useradd`. I.E. it uses `lgroupadd` instead of `useradd`.
- This requires that these commands exist on the targeted host, otherwise it will be a fatal error. - This requires that these commands exist on the targeted host, otherwise it will be a fatal error.
notes: notes:

View file

@ -274,6 +274,7 @@ options:
- If no chain is specified then the entire table is purged. - If no chain is specified then the entire table is purged.
- Ignores all other parameters. - Ignores all other parameters.
version_added: "2.2" version_added: "2.2"
type: bool
policy: policy:
description: description:
- Set the policy for the chain to the given target. - Set the policy for the chain to the given target.

Some files were not shown because too many files have changed in this diff Show more