fixed documentation to include esxi host (#38668)

This commit is contained in:
Andreas Nafpliotis 2018-04-12 16:18:04 +02:00 committed by Sam Doran
parent cdb064289b
commit c0243a8a31

View file

@ -9,20 +9,20 @@ class ModuleDocFragment(object):
options:
hostname:
description:
- The hostname or IP address of the vSphere vCenter.
- The hostname or IP address of the vSphere vCenter or ESXi server.
- If the value is not specified in the task, the value of environment variable C(VMWARE_HOST) will be used instead.
- Environment variable supported added in version 2.6.
required: False
username:
description:
- The username of the vSphere vCenter.
- The username of the vSphere vCenter or ESXi server.
- If the value is not specified in the task, the value of environment variable C(VMWARE_USER) will be used instead.
- Environment variable supported added in version 2.6.
required: False
aliases: ['user', 'admin']
password:
description:
- The password of the vSphere vCenter.
- The password of the vSphere vCenter or ESXi server.
- If the value is not specified in the task, the value of environment variable C(VMWARE_PASSWORD) will be used instead.
- Environment variable supported added in version 2.6.
required: False