use doc fragments

This commit is contained in:
Charles Paul 2016-01-12 11:00:22 -06:00 committed by Matt Clay
commit 8e0d982204
19 changed files with 287 additions and 337 deletions

View file

@ -32,20 +32,6 @@ 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 the ESXi server
required: True
aliases: ['pass', 'pwd']
switch_name:
description:
- vSwitch name to add
@ -71,6 +57,7 @@ options:
- 'present'
- 'absent'
required: False
extends_documentation_fragment: vmware.documentation
'''
EXAMPLES = '''