mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
use doc fragments
This commit is contained in:
parent
1223143ebe
commit
8e0d982204
19 changed files with 287 additions and 337 deletions
|
@ -32,24 +32,11 @@ requirements:
|
|||
- "python >= 2.6"
|
||||
- PyVmomi
|
||||
options:
|
||||
hostname:
|
||||
description:
|
||||
- The hostname or IP address of the ESXi Server
|
||||
required: True
|
||||
username:
|
||||
description:
|
||||
- The username of the ESXi Server
|
||||
required: True
|
||||
aliases: ['user', 'admin']
|
||||
password:
|
||||
description:
|
||||
- The password of ESXi Server
|
||||
required: True
|
||||
aliases: ['pass', 'pwd']
|
||||
cluster_uuid:
|
||||
description:
|
||||
- Desired cluster UUID
|
||||
required: False
|
||||
extends_documentation_fragment: vmware.documentation
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue