Specify default delay (DOCUMENTATION only change) (#30344)

* Specify default delay

Also clarify that tx_rate is in bps

* aggregates -> aggregate
This commit is contained in:
John R Barker 2017-09-14 11:42:20 +01:00 committed by GitHub
parent 4980ebf064
commit 4c9ad00c50
15 changed files with 29 additions and 13 deletions

View file

@ -48,13 +48,13 @@ options:
- List of interfaces that should be associated to the VLAN.
delay:
description:
- Delay the play should wait to check for declaratie intent params values.
- Delay the play should wait to check for declarative intent params values.
default: 10
aggregate:
description: List of VLANs definitions
description: List of VLANs definitions.
purge:
description:
- Purge VLANs not defined in the aggregates parameter.
- Purge VLANs not defined in the I(aggregate) parameter.
default: no
state:
description:

View file

@ -51,8 +51,13 @@ options:
description: List of VRFs definitions
purge:
description:
- Purge VRFs not defined in the aggregates parameter.
- Purge VRFs not defined in the I(aggregate) parameter.
default: no
delay:
description:
- Time in seconds to wait before checking for the operational state on remote
device. This wait is applicable for operational state arguments.
default: 10
state:
description:
- State of the VRF configuration.

View file

@ -46,15 +46,16 @@ options:
choices: ['full', 'half', 'auto']
tx_rate:
description:
- Transmit rate.
- Transmit rate in bits per second (bps).
rx_rate:
description:
- Receiver rate.
- Receiver rate in bits per second (bps).
delay:
description:
- Time in seconds to wait before checking for the operational state on remote
device. This wait is applicable for operational state argument which are
I(state) with values C(up)/C(down), I(tx_rate) and I(rx_rate).
default: 10
aggregate:
description: List of Interfaces definitions.
purge:

View file

@ -48,7 +48,7 @@ options:
description: List of link aggregation definitions.
purge:
description:
- Purge link aggregation groups not defined in the aggregates parameter.
- Purge link aggregation groups not defined in the I(aggregate) parameter.
default: no
state:
description:

View file

@ -70,6 +70,7 @@ options:
- Time in seconds to wait before checking for the operational state on remote
device. This wait is applicable for operational state argument which are
I(state) with values C(up)/C(down), I(tx_rate) and I(rx_rate).
default: 10
state:
description:
- State of the Interface configuration, C(up) means present and

View file

@ -50,7 +50,7 @@ options:
- Admin distance of the static route.
default: 1
aggregate:
description: List of static route definitions
description: List of static route definitions.
state:
description:
- State of the static route configuration.

View file

@ -69,6 +69,7 @@ options:
- Time in seconds to wait before checking for the operational state on remote
device.
version_added: "2.4"
default: 10
purge:
description:
- Instructs the module to consider the

View file

@ -58,6 +58,7 @@ options:
- Time in seconds to wait before checking for the operational state on remote
device. This wait is applicable for operational state argument which are
I(state) with values C(up)/C(down), I(tx_rate) and I(rx_rate).
default: 10
state:
description:
- State of the Interface configuration, C(up) means present and

View file

@ -66,6 +66,7 @@ options:
- Time in seconds to wait before checking for the operational state on remote
device. This wait is applicable for operational state argument which are
I(state) with values C(up)/C(down), I(tx_rate) and I(rx_rate).
default: 10
aggregate:
description: List of Interfaces definitions.
state:

View file

@ -36,7 +36,7 @@ options:
description: List of VLANs definitions.
purge:
description:
- Purge VLANs not defined in the aggregates parameter.
- Purge VLANs not defined in the I(aggregate) parameter.
default: no
state:
description:

View file

@ -36,7 +36,7 @@ options:
description: List of L3 interfaces definitions
purge:
description:
- Purge L3 interfaces not defined in the aggregates parameter.
- Purge L3 interfaces not defined in the I(aggregate) parameter.
default: no
state:
description:

View file

@ -33,7 +33,7 @@ options:
description: List of VRFs definitions
purge:
description:
- Purge VRFs not defined in the aggregates parameter.
- Purge VRFs not defined in the I(aggregate) parameter.
default: no
state:
description:

View file

@ -42,7 +42,7 @@ options:
description: List of static route definitions
purge:
description:
- Purge static routes not defined in the aggregates parameter.
- Purge static routes not defined in the I(aggregate) parameter.
default: no
state:
description:

View file

@ -41,7 +41,7 @@ options:
description: List of logging definitions.
purge:
description:
- Purge logging not defined in the aggregates parameter.
- Purge logging not defined in the I(aggregate) parameter.
default: no
state:
description:

View file

@ -57,6 +57,12 @@ options:
- Interface link status.
default: auto
choices: ['full', 'half', 'auto']
delay:
description:
- Time in seconds to wait before checking for the operational state on remote
device. This wait is applicable for operational state argument which are
I(state) with values C(up)/C(down) and I(neighbors).
default: 10
neighbors:
description:
- Check the operational state of given interface C(name) for LLDP neighbor.