mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
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:
parent
4980ebf064
commit
4c9ad00c50
15 changed files with 29 additions and 13 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue