mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -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
|
@ -31,7 +31,6 @@ options:
|
|||
state:
|
||||
description:
|
||||
- Whether the given zone should or should not be present.
|
||||
required: false
|
||||
choices: ["present", "absent"]
|
||||
default: "present"
|
||||
zone:
|
||||
|
@ -45,33 +44,24 @@ options:
|
|||
description:
|
||||
description:
|
||||
- An arbitrary text string to use for the zone description.
|
||||
required: false
|
||||
default: ""
|
||||
service_account_email:
|
||||
description:
|
||||
- The e-mail address for a service account with access to Google
|
||||
Cloud DNS.
|
||||
required: false
|
||||
default: null
|
||||
pem_file:
|
||||
description:
|
||||
- The path to the PEM file associated with the service account
|
||||
email.
|
||||
- This option is deprecated and may be removed in a future release.
|
||||
Use I(credentials_file) instead.
|
||||
required: false
|
||||
default: null
|
||||
credentials_file:
|
||||
description:
|
||||
- The path to the JSON file associated with the service account
|
||||
email.
|
||||
required: false
|
||||
default: null
|
||||
project_id:
|
||||
description:
|
||||
- The Google Cloud Platform project ID to use.
|
||||
required: false
|
||||
default: null
|
||||
notes:
|
||||
- See also M(gcdns_record).
|
||||
- Zones that are newly created must still be set up with a domain registrar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue