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:
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:
|
||||
|
|
|
@ -52,6 +52,7 @@ options:
|
|||
description:
|
||||
- Whether or not to echo out your response strings.
|
||||
default: false
|
||||
type: bool
|
||||
requirements:
|
||||
- python >= 2.6
|
||||
- pexpect >= 3.3
|
||||
|
|
|
@ -61,6 +61,7 @@ options:
|
|||
version_added: "1.8"
|
||||
description:
|
||||
- Whether to use an SSL connection when connecting to the database
|
||||
type: bool
|
||||
ssl_cert_reqs:
|
||||
version_added: "2.2"
|
||||
description:
|
||||
|
|
|
@ -68,6 +68,7 @@ options:
|
|||
- 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
|
||||
for I(use_ssl) is C(False).
|
||||
type: bool
|
||||
max_latency_ms:
|
||||
description:
|
||||
- Ping time is monitored regularly. If a host has a ping time greater
|
||||
|
|
|
@ -28,11 +28,13 @@ options:
|
|||
- 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
|
||||
the proxysql database default for I(active) is C(True).
|
||||
type: bool
|
||||
use_ssl:
|
||||
description:
|
||||
- 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
|
||||
I(use_ssl) is C(False).
|
||||
type: bool
|
||||
default_hostgroup:
|
||||
description:
|
||||
- If there is no matching rule for the queries sent by this user, the
|
||||
|
@ -49,22 +51,26 @@ options:
|
|||
rules.
|
||||
If omitted the proxysql database default for I(transaction_persistent)
|
||||
is C(False).
|
||||
type: bool
|
||||
fast_forward:
|
||||
description:
|
||||
- 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
|
||||
directly as is to the backend server. If omitted the proxysql database
|
||||
default for I(fast_forward) is C(False).
|
||||
type: bool
|
||||
backend:
|
||||
description:
|
||||
- If I(backend) is set to C(True), this (username, password) pair is
|
||||
used for authenticating to the ProxySQL instance.
|
||||
default: True
|
||||
type: bool
|
||||
frontend:
|
||||
description:
|
||||
- If I(frontend) is set to C(True), this (username, password) pair is
|
||||
used for authenticating to the mysqld servers against any hostgroup.
|
||||
default: True
|
||||
type: bool
|
||||
max_connections:
|
||||
description:
|
||||
- The maximum number of connections ProxySQL will open to the backend for
|
||||
|
|
|
@ -23,6 +23,7 @@ options:
|
|||
description:
|
||||
- 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.
|
||||
type: bool
|
||||
username:
|
||||
description:
|
||||
- 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
|
||||
operator in front of the regular expression matching against
|
||||
match_pattern.
|
||||
type: bool
|
||||
flagOUT:
|
||||
description:
|
||||
- Used in combination with I(flagIN) and apply to create chains of rules.
|
||||
|
@ -115,10 +117,12 @@ options:
|
|||
log:
|
||||
description:
|
||||
- Query will be logged.
|
||||
type: bool
|
||||
apply:
|
||||
description:
|
||||
- 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.
|
||||
type: bool
|
||||
comment:
|
||||
description:
|
||||
- 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
|
||||
schedules deleted, you can set I(force_delete) to C(True).
|
||||
default: False
|
||||
type: bool
|
||||
extends_documentation_fragment:
|
||||
- proxysql.managing_config
|
||||
- proxysql.connectivity
|
||||
|
|
|
@ -21,6 +21,7 @@ options:
|
|||
- 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.
|
||||
default: True
|
||||
type: bool
|
||||
interval_ms:
|
||||
description:
|
||||
- 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
|
||||
schedules deleted, you can set I(force_delete) to C(True).
|
||||
default: False
|
||||
type: bool
|
||||
extends_documentation_fragment:
|
||||
- proxysql.managing_config
|
||||
- proxysql.connectivity
|
||||
|
|
|
@ -42,10 +42,12 @@ options:
|
|||
expired:
|
||||
description:
|
||||
- Sets the user's password expiration.
|
||||
type: bool
|
||||
ldap:
|
||||
description:
|
||||
- Set to true if users are authenticated via LDAP.
|
||||
- The user will be created with password expired and set to I($ldap$).
|
||||
type: bool
|
||||
roles:
|
||||
description:
|
||||
- Comma separated list of roles to assign to the user.
|
||||
|
|
|
@ -94,6 +94,7 @@ options:
|
|||
enabled:
|
||||
description:
|
||||
- Is this client enabled or not?
|
||||
type: bool
|
||||
|
||||
client_authenticator_type:
|
||||
description:
|
||||
|
@ -157,6 +158,7 @@ options:
|
|||
This is 'bearerOnly' in the Keycloak REST API.
|
||||
aliases:
|
||||
- bearerOnly
|
||||
type: bool
|
||||
|
||||
consent_required:
|
||||
description:
|
||||
|
@ -164,6 +166,7 @@ options:
|
|||
This is 'consentRequired' in the Keycloak REST API.
|
||||
aliases:
|
||||
- consentRequired
|
||||
type: bool
|
||||
|
||||
standard_flow_enabled:
|
||||
description:
|
||||
|
@ -171,6 +174,7 @@ options:
|
|||
This is 'standardFlowEnabled' in the Keycloak REST API.
|
||||
aliases:
|
||||
- standardFlowEnabled
|
||||
type: bool
|
||||
|
||||
implicit_flow_enabled:
|
||||
description:
|
||||
|
@ -178,6 +182,7 @@ options:
|
|||
This is 'implictFlowEnabled' in the Keycloak REST API.
|
||||
aliases:
|
||||
- implicitFlowEnabled
|
||||
type: bool
|
||||
|
||||
direct_access_grants_enabled:
|
||||
description:
|
||||
|
@ -185,6 +190,7 @@ options:
|
|||
This is 'directAccessGrantsEnabled' in the Keycloak REST API.
|
||||
aliases:
|
||||
- directAccessGrantsEnabled
|
||||
type: bool
|
||||
|
||||
service_accounts_enabled:
|
||||
description:
|
||||
|
@ -192,6 +198,7 @@ options:
|
|||
This is 'serviceAccountsEnabled' in the Keycloak REST API.
|
||||
aliases:
|
||||
- serviceAccountsEnabled
|
||||
type: bool
|
||||
|
||||
authorization_services_enabled:
|
||||
description:
|
||||
|
@ -199,6 +206,7 @@ options:
|
|||
This is 'authorizationServicesEnabled' in the Keycloak REST API.
|
||||
aliases:
|
||||
- authorizationServicesEnabled
|
||||
type: bool
|
||||
|
||||
public_client:
|
||||
description:
|
||||
|
@ -206,6 +214,7 @@ options:
|
|||
This is 'publicClient' in the Keycloak REST API.
|
||||
aliases:
|
||||
- publicClient
|
||||
type: bool
|
||||
|
||||
frontchannel_logout:
|
||||
description:
|
||||
|
@ -213,6 +222,7 @@ options:
|
|||
This is 'frontchannelLogout' in the Keycloak REST API.
|
||||
aliases:
|
||||
- frontchannelLogout
|
||||
type: bool
|
||||
|
||||
protocol:
|
||||
description:
|
||||
|
@ -225,6 +235,7 @@ options:
|
|||
This is 'fullScopeAllowed' in the Keycloak REST API.
|
||||
aliases:
|
||||
- fullScopeAllowed
|
||||
type: bool
|
||||
|
||||
node_re_registration_timeout:
|
||||
description:
|
||||
|
@ -255,6 +266,7 @@ options:
|
|||
This is 'useTemplateConfig' in the Keycloak REST API.
|
||||
aliases:
|
||||
- useTemplateConfig
|
||||
type: bool
|
||||
|
||||
use_template_scope:
|
||||
description:
|
||||
|
@ -262,6 +274,7 @@ options:
|
|||
This is 'useTemplateScope' in the Keycloak REST API.
|
||||
aliases:
|
||||
- useTemplateScope
|
||||
type: bool
|
||||
|
||||
use_template_mappers:
|
||||
description:
|
||||
|
@ -269,6 +282,7 @@ options:
|
|||
This is 'useTemplateMappers' in the Keycloak REST API.
|
||||
aliases:
|
||||
- useTemplateMappers
|
||||
type: bool
|
||||
|
||||
surrogate_auth_required:
|
||||
description:
|
||||
|
@ -276,6 +290,7 @@ options:
|
|||
This is 'surrogateAuthRequired' in the Keycloak REST API.
|
||||
aliases:
|
||||
- surrogateAuthRequired
|
||||
type: bool
|
||||
|
||||
authorization_settings:
|
||||
description:
|
||||
|
|
|
@ -69,6 +69,7 @@ options:
|
|||
description:
|
||||
- Is the "Full Scope Allowed" feature set for this client template or not.
|
||||
This is 'fullScopeAllowed' in the Keycloak REST API.
|
||||
type: bool
|
||||
|
||||
protocol_mappers:
|
||||
description:
|
||||
|
|
|
@ -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
|
||||
sparse metrics, otherwise some evaluations will be skipped.
|
||||
version_added: "2.3"
|
||||
type: bool
|
||||
new_host_delay:
|
||||
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."]
|
||||
|
|
|
@ -87,6 +87,7 @@ options:
|
|||
description:
|
||||
- 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.
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- Whether the record(s) should exist or not
|
||||
|
|
|
@ -40,6 +40,7 @@ options:
|
|||
determined by wait_interval and wait_retries is reached. Continue only
|
||||
after the status changes to 'MAINT'. This overrides the
|
||||
shutdown_sessions option.
|
||||
type: bool
|
||||
version_added: "2.4"
|
||||
host:
|
||||
description:
|
||||
|
|
|
@ -39,6 +39,7 @@ options:
|
|||
- When set to C(NO), SSL certificates will not be validated.
|
||||
required: false
|
||||
default: "yes"
|
||||
type: bool
|
||||
version_added: "2.4"
|
||||
notes:
|
||||
- "Visit https://www.ipify.org to get more information."
|
||||
|
|
|
@ -38,17 +38,20 @@ options:
|
|||
- When true, performs a 'net commit' at the end of the block.
|
||||
Mutually exclusive with I(atomic).
|
||||
default: false
|
||||
type: bool
|
||||
abort:
|
||||
description:
|
||||
- Boolean. When true, perform a 'net abort' before the block.
|
||||
This cleans out any uncommitted changes in the buffer.
|
||||
Mutually exclusive with I(atomic).
|
||||
default: false
|
||||
type: bool
|
||||
atomic:
|
||||
description:
|
||||
- When true, equivalent to both I(commit) and I(abort) being true.
|
||||
Mutually exclusive with I(commit) and I(atomic).
|
||||
default: false
|
||||
type: bool
|
||||
description:
|
||||
description:
|
||||
- Commit description that will be recorded to the commit log if
|
||||
|
|
|
@ -38,6 +38,7 @@ options:
|
|||
- 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.
|
||||
default: True
|
||||
type: bool
|
||||
speed:
|
||||
description:
|
||||
- This option configures autoneg and speed/duplex/flowcontrol for the interface
|
||||
|
|
|
@ -50,6 +50,7 @@ options:
|
|||
description:
|
||||
- Purge links not defined in the I(aggregate) parameter.
|
||||
default: no
|
||||
type: bool
|
||||
extends_documentation_fragment: eos
|
||||
"""
|
||||
|
||||
|
|
|
@ -64,6 +64,7 @@ options:
|
|||
description:
|
||||
- Purge VLANs not defined in the I(aggregate) parameter.
|
||||
default: no
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- State of the VLAN configuration.
|
||||
|
|
|
@ -61,6 +61,7 @@ options:
|
|||
description:
|
||||
- Purge VRFs not defined in the I(aggregate) parameter.
|
||||
default: no
|
||||
type: bool
|
||||
delay:
|
||||
description:
|
||||
- Time in seconds to wait before checking for the operational state on remote
|
||||
|
|
|
@ -32,6 +32,7 @@ options:
|
|||
interfaces do not persist across reboots.
|
||||
required: false
|
||||
default: false
|
||||
type: bool
|
||||
type:
|
||||
description:
|
||||
- Specifies the type of tunnel to be created.
|
||||
|
|
|
@ -36,6 +36,7 @@ options:
|
|||
do not persist across reboots.
|
||||
required: false
|
||||
default: false
|
||||
type: bool
|
||||
vlan_id:
|
||||
description:
|
||||
- VLAN ID value for VLAN interface.
|
||||
|
|
|
@ -45,6 +45,7 @@ options:
|
|||
IP addresses do not persist across reboots.
|
||||
required: false
|
||||
default: false
|
||||
type: bool
|
||||
wait:
|
||||
description:
|
||||
- Specifies the time in seconds we wait for obtaining address via DHCP.
|
||||
|
|
|
@ -42,6 +42,7 @@ options:
|
|||
Temporary values do not persist across reboots.
|
||||
required: false
|
||||
default: false
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- Set or reset the property value.
|
||||
|
|
|
@ -46,6 +46,7 @@ options:
|
|||
property values do not persist across reboots.
|
||||
required: false
|
||||
default: false
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- Set or reset the property value.
|
||||
|
|
|
@ -35,6 +35,7 @@ options:
|
|||
enabled:
|
||||
description:
|
||||
- Interface link status.
|
||||
type: bool
|
||||
speed:
|
||||
description:
|
||||
- Interface link speed.
|
||||
|
|
|
@ -46,6 +46,7 @@ options:
|
|||
description:
|
||||
- Purge links not defined in the I(aggregate) parameter.
|
||||
default: no
|
||||
type: bool
|
||||
extends_documentation_fragment: ios
|
||||
"""
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@ options:
|
|||
description:
|
||||
- Purge VLANs not defined in the I(aggregate) parameter.
|
||||
default: no
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- State of the VLAN configuration.
|
||||
|
|
|
@ -81,6 +81,7 @@ options:
|
|||
VRF definition absolute. It will remove any previously configured
|
||||
VRFs on the device.
|
||||
default: false
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- Configures the state of the VRF definition
|
||||
|
|
|
@ -61,6 +61,7 @@ options:
|
|||
remote device configuration back to initial defaults. This
|
||||
argument will effectively remove all current configuration
|
||||
statements on the remote device.
|
||||
type: bool
|
||||
confirm:
|
||||
description:
|
||||
- The C(confirm) argument will configure a time out value in minutes
|
||||
|
@ -101,7 +102,7 @@ options:
|
|||
update:
|
||||
description:
|
||||
- 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
|
||||
accepted values.
|
||||
C(merge) combines the data in the loaded configuration with the
|
||||
|
|
|
@ -33,6 +33,7 @@ options:
|
|||
enabled:
|
||||
description:
|
||||
- Configure interface link status.
|
||||
type: bool
|
||||
speed:
|
||||
description:
|
||||
- Interface link speed.
|
||||
|
|
|
@ -103,6 +103,7 @@ options:
|
|||
startup-config if changed and if :startup capability is supported by Netconf server.
|
||||
default: false
|
||||
version_added: "2.4"
|
||||
type: bool
|
||||
backup:
|
||||
description:
|
||||
- This argument will cause the module to create a full backup of
|
||||
|
|
|
@ -402,6 +402,7 @@ options:
|
|||
l2conn:
|
||||
description:
|
||||
- "Use L2 Parameters to identify a connection."
|
||||
type: bool
|
||||
|
||||
mysqlprotocolversion:
|
||||
description:
|
||||
|
|
|
@ -54,6 +54,7 @@ options:
|
|||
description:
|
||||
- If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.
|
||||
default: 'yes'
|
||||
type: bool
|
||||
|
||||
nitro_auth_token:
|
||||
description:
|
||||
|
|
|
@ -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.
|
||||
required: false
|
||||
default: 'yes'
|
||||
type: bool
|
||||
|
||||
nitro_timeout:
|
||||
description:
|
||||
|
|
|
@ -120,6 +120,7 @@ options:
|
|||
description:
|
||||
- "Monitor the health of this service"
|
||||
default: yes
|
||||
type: bool
|
||||
|
||||
maxreq:
|
||||
description:
|
||||
|
@ -133,6 +134,7 @@ options:
|
|||
- "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."
|
||||
default: no
|
||||
type: bool
|
||||
|
||||
cip:
|
||||
choices:
|
||||
|
@ -164,6 +166,7 @@ options:
|
|||
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
|
||||
after you create the service.
|
||||
type: bool
|
||||
|
||||
pathmonitor:
|
||||
description:
|
||||
|
@ -179,15 +182,18 @@ options:
|
|||
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.
|
||||
- "Note: This parameter is available only when the Use Source IP (USIP) parameter is set to YES."
|
||||
type: bool
|
||||
|
||||
sp:
|
||||
description:
|
||||
- "Enable surge protection for the service."
|
||||
type: bool
|
||||
|
||||
rtspsessionidremap:
|
||||
description:
|
||||
- "Enable RTSP session ID mapping for the service."
|
||||
default: off
|
||||
type: bool
|
||||
|
||||
clttimeout:
|
||||
description:
|
||||
|
@ -215,14 +221,17 @@ options:
|
|||
cka:
|
||||
description:
|
||||
- "Enable client keep-alive for the service."
|
||||
type: bool
|
||||
|
||||
tcpb:
|
||||
description:
|
||||
- "Enable TCP buffering for the service."
|
||||
type: bool
|
||||
|
||||
cmp:
|
||||
description:
|
||||
- "Enable compression for the service."
|
||||
type: bool
|
||||
|
||||
maxbandwidth:
|
||||
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
|
||||
is DOWN, and this parameter is disabled, the packets are dropped.
|
||||
default: no
|
||||
|
||||
type: bool
|
||||
monthreshold:
|
||||
description:
|
||||
- >-
|
||||
|
@ -327,6 +336,7 @@ options:
|
|||
Shut down gracefully, not accepting any new connections, and disabling the service when all of its
|
||||
connections are closed.
|
||||
default: no
|
||||
type: bool
|
||||
|
||||
monitor_bindings:
|
||||
description:
|
||||
|
|
|
@ -125,14 +125,17 @@ options:
|
|||
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
|
||||
the source IP address to initiate server side connections.
|
||||
type: bool
|
||||
|
||||
pathmonitor:
|
||||
description:
|
||||
- "Path monitoring for clustering."
|
||||
type: bool
|
||||
|
||||
pathmonitorindv:
|
||||
description:
|
||||
- "Individual Path monitoring decisions."
|
||||
type: bool
|
||||
|
||||
useproxyport:
|
||||
description:
|
||||
|
|
|
@ -71,7 +71,7 @@ options:
|
|||
pn_validate:
|
||||
description:
|
||||
- Validate the inter-switch links and state of switches in the cluster.
|
||||
choices: ['validate', 'no-validate']
|
||||
type: bool
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -75,6 +75,7 @@ options:
|
|||
- Enable/disable system information.
|
||||
required: false
|
||||
default: true
|
||||
type: bool
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -70,6 +70,7 @@ options:
|
|||
description:
|
||||
- Specify if you want to collect statistics for a VLAN. Statistic
|
||||
collection is enabled by default.
|
||||
type: bool
|
||||
pn_ports:
|
||||
description:
|
||||
- Specifies the switch network data port number, list of ports, or range
|
||||
|
|
|
@ -69,6 +69,7 @@ options:
|
|||
pn_next_hop_self:
|
||||
description:
|
||||
- Specify if the next-hop is the same router or not.
|
||||
type: bool
|
||||
pn_password:
|
||||
description:
|
||||
- Specify a password, if desired.
|
||||
|
@ -86,12 +87,15 @@ options:
|
|||
pn_route_reflector:
|
||||
description:
|
||||
- Specify if a route reflector client is used.
|
||||
type: bool
|
||||
pn_override_capability:
|
||||
description:
|
||||
- Specify if you want to override capability.
|
||||
type: bool
|
||||
pn_soft_reconfig:
|
||||
description:
|
||||
- Specify if you want a soft reconfiguration of inbound traffic.
|
||||
type: bool
|
||||
pn_max_prefix:
|
||||
description:
|
||||
- Specify the maximum number of prefixes.
|
||||
|
@ -99,9 +103,11 @@ options:
|
|||
description:
|
||||
- Specify if you want a warning message when the maximum number of
|
||||
prefixes is exceeded.
|
||||
type: bool
|
||||
pn_bfd:
|
||||
description:
|
||||
- Specify if you want BFD protocol support for fault detection.
|
||||
type: bool
|
||||
pn_multiprotocol:
|
||||
description:
|
||||
- Specify a multi-protocol for BGP.
|
||||
|
@ -113,6 +119,7 @@ options:
|
|||
pn_default_originate:
|
||||
description:
|
||||
- Specify if you want announce default routes to the neighbor or not.
|
||||
type: bool
|
||||
pn_keepalive:
|
||||
description:
|
||||
- Specify BGP neighbor keepalive interval in seconds.
|
||||
|
|
|
@ -84,9 +84,11 @@ options:
|
|||
means that other configurations cannot use the interface. Exclusive is
|
||||
specified when you configure the interface as span interface and allows
|
||||
higher throughput through the interface.
|
||||
type: bool
|
||||
pn_nic_enable:
|
||||
description:
|
||||
- Specify if the NIC is enabled or not
|
||||
type: bool
|
||||
pn_vrrp_id:
|
||||
description:
|
||||
- Specify the ID for the VRRP interface. The IDs on both vRouters must be
|
||||
|
|
|
@ -57,6 +57,7 @@ options:
|
|||
description: >
|
||||
If set to true, the task will fail if any output parameters not in
|
||||
output_required is present in the output.
|
||||
type: bool
|
||||
version_added: "2.5"
|
||||
'''
|
||||
|
||||
|
|
|
@ -98,6 +98,7 @@ options:
|
|||
allowas_in:
|
||||
description:
|
||||
- Activate allowas-in property
|
||||
type: bool
|
||||
allowas_in_max:
|
||||
description:
|
||||
- Max-occurrences value for allowas_in. Valid values are
|
||||
|
|
|
@ -42,6 +42,7 @@ options:
|
|||
- Safeguard boolean. Set to true if you're sure you want to reboot.
|
||||
required: false
|
||||
default: false
|
||||
type: bool
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -51,6 +51,7 @@ options:
|
|||
lookup feature in Cisco NXOS. This argument accepts boolean
|
||||
values. When enabled, the system will try to resolve hostnames
|
||||
using DNS and when disabled, hostnames will not be resolved.
|
||||
type: bool
|
||||
domain_search:
|
||||
description:
|
||||
- Configures a list of domain
|
||||
|
|
|
@ -50,6 +50,7 @@ options:
|
|||
peer_link:
|
||||
description:
|
||||
- Set to true/false for peer link config on associated portchannel.
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- Manages desired state of the resource.
|
||||
|
|
|
@ -32,6 +32,7 @@ options:
|
|||
description:
|
||||
- Purge VLANs not defined in the I(aggregate) parameter.
|
||||
default: no
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- State of the VLAN configuration.
|
||||
|
|
|
@ -49,6 +49,7 @@ options:
|
|||
description:
|
||||
- commit if changed
|
||||
default: true
|
||||
type: bool
|
||||
devicegroup:
|
||||
description: >
|
||||
- Device groups are used for the Panorama interaction with Firewall(s). The group must exists on Panorama.
|
||||
|
|
|
@ -50,10 +50,12 @@ options:
|
|||
description:
|
||||
- Whether or not to add default route with router learned via DHCP.
|
||||
default: "false"
|
||||
type: bool
|
||||
commit:
|
||||
description:
|
||||
- Commit if changed
|
||||
default: true
|
||||
type: bool
|
||||
extends_documentation_fragment: panos
|
||||
'''
|
||||
|
||||
|
|
|
@ -41,6 +41,7 @@ options:
|
|||
- whether to apply authcode even if device is already licensed
|
||||
required: false
|
||||
default: "false"
|
||||
type: bool
|
||||
extends_documentation_fragment: panos
|
||||
'''
|
||||
|
||||
|
|
|
@ -100,10 +100,12 @@ options:
|
|||
log_start:
|
||||
description:
|
||||
- Whether to log at session start.
|
||||
type: bool
|
||||
log_end:
|
||||
description:
|
||||
- Whether to log at session end.
|
||||
default: true
|
||||
type: bool
|
||||
action:
|
||||
description:
|
||||
- Action to apply once rules maches.
|
||||
|
|
|
@ -46,6 +46,7 @@ options:
|
|||
enabled:
|
||||
description:
|
||||
- Interface link status.
|
||||
type: bool
|
||||
speed:
|
||||
description:
|
||||
- Interface link speed.
|
||||
|
|
|
@ -54,6 +54,7 @@ options:
|
|||
description:
|
||||
- Purge VLANs not defined in the I(aggregate) parameter.
|
||||
default: no
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- State of the VLAN configuration.
|
||||
|
|
|
@ -70,6 +70,7 @@ options:
|
|||
- Rewrite the shebang line on installed scripts to use /usr/bin/env.
|
||||
required: false
|
||||
default: "no"
|
||||
type: bool
|
||||
version_added: "2.2"
|
||||
version:
|
||||
description:
|
||||
|
@ -80,12 +81,14 @@ options:
|
|||
- Allow installation of pre-release versions of the gem.
|
||||
required: false
|
||||
default: "no"
|
||||
type: bool
|
||||
version_added: "1.6"
|
||||
include_doc:
|
||||
description:
|
||||
- Install with or without docs.
|
||||
required: false
|
||||
default: "no"
|
||||
type: bool
|
||||
version_added: "2.0"
|
||||
build_flags:
|
||||
description:
|
||||
|
|
|
@ -50,6 +50,7 @@ options:
|
|||
- If you want to refresh your catalog from the mirror, set this to (C(yes)).
|
||||
required: false
|
||||
default: False
|
||||
type: bool
|
||||
version_added: "2.1"
|
||||
'''
|
||||
|
||||
|
|
|
@ -50,12 +50,14 @@ options:
|
|||
update:
|
||||
description:
|
||||
- Updates the OS to the latest version.
|
||||
type: bool
|
||||
url:
|
||||
description:
|
||||
- Overrides both I(contenturl) and I(versionurl).
|
||||
verify:
|
||||
description:
|
||||
- Verify content for OS version.
|
||||
type: bool
|
||||
versionurl:
|
||||
description:
|
||||
- URL for version string download.
|
||||
|
|
|
@ -50,6 +50,7 @@ options:
|
|||
force_install:
|
||||
description:
|
||||
- Set value to True to force node into install state if it already exists in stacki.
|
||||
type: bool
|
||||
author:
|
||||
- Hugh Ma (@bbyhuy) <Hugh.Ma@flextronics.com>
|
||||
'''
|
||||
|
|
|
@ -38,6 +38,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
ssid:
|
||||
description:
|
||||
- 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
|
||||
required: no
|
||||
default: no
|
||||
type: bool
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -38,6 +38,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
ssid:
|
||||
description:
|
||||
- The ID of the storage array containing the AMG you wish to target
|
||||
|
|
|
@ -26,6 +26,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
name:
|
||||
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
|
||||
|
@ -38,6 +39,7 @@ options:
|
|||
set_admin:
|
||||
description:
|
||||
- Boolean value on whether to update the admin password. If set to false then the RO account is updated.
|
||||
type: bool
|
||||
default: False
|
||||
current_password:
|
||||
description:
|
||||
|
|
|
@ -34,6 +34,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
ssid:
|
||||
required: true
|
||||
description:
|
||||
|
|
|
@ -37,6 +37,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
ssid:
|
||||
required: true
|
||||
description:
|
||||
|
|
|
@ -38,6 +38,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- Whether to ensure the group is present or absent.
|
||||
|
|
|
@ -41,6 +41,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
ssid:
|
||||
description:
|
||||
- storage array ID
|
||||
|
|
|
@ -57,6 +57,7 @@ options:
|
|||
criteria_drive_require_fde:
|
||||
description:
|
||||
- Whether full disk encryption ability is required for drives to be added to the storage pool
|
||||
type: bool
|
||||
raid_level:
|
||||
required: true
|
||||
choices: ['raidAll', 'raid0', 'raid1', 'raid3', 'raid5', 'raid6', 'raidDiskPool']
|
||||
|
@ -81,6 +82,7 @@ options:
|
|||
default: False
|
||||
description:
|
||||
- Prior to removing a storage pool, delete all volumes in the pool.
|
||||
type: bool
|
||||
author: Kevin Hulquest (@hulquest)
|
||||
|
||||
'''
|
||||
|
|
|
@ -47,9 +47,10 @@ options:
|
|||
version_added: "2.6"
|
||||
required: false
|
||||
default: 'no'
|
||||
type: bool
|
||||
description:
|
||||
- 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`.
|
||||
- This requires that these commands exist on the targeted host, otherwise it will be a fatal error.
|
||||
notes:
|
||||
|
|
|
@ -274,6 +274,7 @@ options:
|
|||
- If no chain is specified then the entire table is purged.
|
||||
- Ignores all other parameters.
|
||||
version_added: "2.2"
|
||||
type: bool
|
||||
policy:
|
||||
description:
|
||||
- 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
Loading…
Reference in a new issue