mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
E325 Removal - Part II (#49196)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user