mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Clean up module documentation (#36909)
* Clean up module documentation This PR includes: - Removal of `default: None` (and variations) - Removal of `required: false` - Fixing booleans and `type: bool` where required * Fix remaining (new) validation issues
This commit is contained in:
parent
58eb2e849d
commit
cdd21e2170
624 changed files with 1458 additions and 9114 deletions
|
@ -57,35 +57,26 @@ options:
|
|||
description:
|
||||
- This is an overloaded vlan first argument. Usage of this argument can be found is the User Guide referenced above.
|
||||
required: true
|
||||
default: null
|
||||
choices: [access-map, dot1q, filter, <1-3999> VLAN ID 1-3999 or range]
|
||||
vlanArg2:
|
||||
description:
|
||||
- This is an overloaded vlan second argument. Usage of this argument can be found is the User Guide referenced above.
|
||||
required: false
|
||||
default: null
|
||||
choices: [VLAN Access Map name,egress-only,name, flood,state, ip]
|
||||
vlanArg3:
|
||||
description:
|
||||
- This is an overloaded vlan third argument. Usage of this argument can be found is the User Guide referenced above.
|
||||
required: false
|
||||
default: null
|
||||
choices: [action, match, statistics, enter VLAN id or range of vlan, ascii name for the VLAN, ipv4 or ipv6, active or suspend, fast-leave,
|
||||
last-member-query-interval, mrouter, querier, querier-timeout, query-interval, query-max-response-time, report-suppression,
|
||||
robustness-variable, startup-query-count, startup-query-interval, static-group]
|
||||
vlanArg4:
|
||||
description:
|
||||
- This is an overloaded vlan fourth argument. Usage of this argument can be found is the User Guide referenced above.
|
||||
required: false
|
||||
default: null
|
||||
choices: [drop or forward or redirect, ip or mac,Interval in seconds,ethernet, port-aggregation, Querier IP address,
|
||||
Querier Timeout in seconds, Query Interval in seconds, Query Max Response Time in seconds, Robustness Variable value,
|
||||
Number of queries sent at startup, Query Interval at startup]
|
||||
vlanArg5:
|
||||
description:
|
||||
- This is an overloaded vlan fifth argument. Usage of this argument can be found is the User Guide referenced above.
|
||||
required: false
|
||||
default: null
|
||||
choices: [access-list name, Slot/chassis number, Port Aggregation Number]
|
||||
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue