mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
docs_fragments formatting and typo improvements (#17981)
This commit is contained in:
parent
0ef3ff6a9d
commit
9183bb6391
18 changed files with 133 additions and 136 deletions
|
@ -17,28 +17,28 @@
|
|||
|
||||
|
||||
class ModuleDocFragment(object):
|
||||
# Paramaters for VMware modules
|
||||
# Parameters for VMware modules
|
||||
DOCUMENTATION = '''
|
||||
options:
|
||||
hostname:
|
||||
description:
|
||||
- The hostname or IP address of the vSphere vCenter
|
||||
- The hostname or IP address of the vSphere vCenter.
|
||||
required: True
|
||||
username:
|
||||
description:
|
||||
- The username of the vSphere vCenter
|
||||
- The username of the vSphere vCenter.
|
||||
required: True
|
||||
aliases: ['user', 'admin']
|
||||
password:
|
||||
description:
|
||||
- The password of the vSphere vCenter
|
||||
- The password of the vSphere vCenter.
|
||||
required: True
|
||||
aliases: ['pass', 'pwd']
|
||||
validate_certs:
|
||||
description:
|
||||
- Allows connection when SSL certificates are not valid. Set to
|
||||
false when certificates are not trusted
|
||||
required: False
|
||||
default: 'True'
|
||||
choices: ['True', 'False']
|
||||
validate_certs:
|
||||
description:
|
||||
- Allows connection when SSL certificates are not valid. Set to
|
||||
false when certificates are not trusted.
|
||||
required: False
|
||||
default: 'True'
|
||||
choices: ['True', 'False']
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue