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:
Dag Wieers 2018-03-15 22:15:24 +01:00 committed by GitHub
parent 58eb2e849d
commit cdd21e2170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
624 changed files with 1458 additions and 9114 deletions

View file

@ -36,16 +36,13 @@ options:
description:
- IP address (or hostname) of PAN-OS device
required: true
default: null
password:
description:
- password for authentication
required: true
default: null
username:
description:
- username for authentication
required: false
default: "admin"
api_key:
description:
@ -54,38 +51,29 @@ options:
description:
- name of the dynamic address group
required: true
default: null
static_match_filter:
description:
- Static filter user by the address group
required: true
default: null
devicegroup:
description: >
- The name of the Panorama device group. The group must exist on Panorama. If device group is not defined
it is assumed that we are contacting a firewall.
required: false
default: None
description:
description:
- The purpose / objective of the static Address Group
required: false
default: null
tags:
description:
- Tags to be associated with the address group
required: false
default: null
commit:
description:
- commit if changed
required: false
default: true
type: bool
default: 'yes'
operation:
description:
- The operation to perform Supported values are I(add)/I(list)/I(delete).
required: true
default: null
'''
EXAMPLES = '''