mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 21:09:09 -07:00
Fixup VMware module docs issues (#36409)
Fix various argspec vs documentation issue
This commit is contained in:
parent
9fced4f0a9
commit
5d0ed38e3a
34 changed files with 137 additions and 215 deletions
|
@ -34,24 +34,13 @@ author: Dag Wieers (@dagwieers)
|
|||
requirements:
|
||||
- pyVmomi
|
||||
options:
|
||||
hostname:
|
||||
description:
|
||||
- The hostname or IP address of the vSphere vCenter.
|
||||
required: yes
|
||||
username:
|
||||
description:
|
||||
- The username to log into the vSphere vCenter.
|
||||
required: yes
|
||||
aliases: [admin, user]
|
||||
password:
|
||||
description:
|
||||
- The password to log into to the vSphere vCenter.
|
||||
required: yes
|
||||
aliases: [pass, pwd]
|
||||
labels:
|
||||
description:
|
||||
- The optional labels of the license key to manage in vSphere vCenter.
|
||||
- This is dictionary with key/value pair.
|
||||
default: {
|
||||
'source': 'ansible'
|
||||
}
|
||||
license:
|
||||
description:
|
||||
- The license key to manage in vSphere vCenter.
|
||||
|
@ -67,6 +56,7 @@ notes:
|
|||
an evaluation license only.
|
||||
- The evaluation license (00000-00000-00000-00000-00000) is not listed
|
||||
when unused.
|
||||
extends_documentation_fragment: vmware.documentation
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
@ -204,5 +194,6 @@ def main():
|
|||
|
||||
module.exit_json(**result)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue