mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
fixed documentation to include esxi host (#38668)
This commit is contained in:
parent
cdb064289b
commit
c0243a8a31
1 changed files with 3 additions and 3 deletions
|
@ -9,20 +9,20 @@ class ModuleDocFragment(object):
|
||||||
options:
|
options:
|
||||||
hostname:
|
hostname:
|
||||||
description:
|
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.
|
- 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.
|
- Environment variable supported added in version 2.6.
|
||||||
required: False
|
required: False
|
||||||
username:
|
username:
|
||||||
description:
|
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.
|
- 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.
|
- Environment variable supported added in version 2.6.
|
||||||
required: False
|
required: False
|
||||||
aliases: ['user', 'admin']
|
aliases: ['user', 'admin']
|
||||||
password:
|
password:
|
||||||
description:
|
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.
|
- 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.
|
- Environment variable supported added in version 2.6.
|
||||||
required: False
|
required: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue