mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -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
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue