mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -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
|
@ -33,29 +33,20 @@ options:
|
|||
server:
|
||||
description:
|
||||
- Network address of NTP server.
|
||||
required: false
|
||||
default: null
|
||||
peer:
|
||||
description:
|
||||
- Network address of NTP peer.
|
||||
required: false
|
||||
default: null
|
||||
key_id:
|
||||
description:
|
||||
- Authentication key identifier to use with given NTP server or peer.
|
||||
required: false
|
||||
default: null
|
||||
is_preferred:
|
||||
description:
|
||||
- Makes given NTP server or peer the preferred NTP server or peer for the device.
|
||||
required: false
|
||||
default: null
|
||||
choices: ['enable', 'disable']
|
||||
vpn_name:
|
||||
description:
|
||||
- Makes the device communicate with the given
|
||||
NTP server or peer over a specific vpn.
|
||||
required: false
|
||||
default: '_public_'
|
||||
source_int:
|
||||
description:
|
||||
|
@ -63,12 +54,9 @@ options:
|
|||
Must be fully qualified interface name, i.e. C(40GE1/0/22), C(vlanif10).
|
||||
Interface types, such as C(10GE), C(40GE), C(100GE), C(Eth-Trunk), C(LoopBack),
|
||||
C(MEth), C(NULL), C(Tunnel), C(Vlanif).
|
||||
required: false
|
||||
default: null
|
||||
state:
|
||||
description:
|
||||
- Manage the state of the resource.
|
||||
required: false
|
||||
default: present
|
||||
choices: ['present','absent']
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue