mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
VMware: Allow users to specify port for ESXi (#34073)
This fix adds 'port' as module parameter in VMware modules, which allows user to specify vCenter or ESXi server port number for admin connection. Fixes: #34070 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
be89822bb5
commit
f7fe6a065e
2 changed files with 16 additions and 8 deletions
|
@ -41,4 +41,10 @@ options:
|
|||
required: False
|
||||
default: 'True'
|
||||
choices: ['True', 'False']
|
||||
port:
|
||||
description:
|
||||
- The port number of the vSphere vCenter or ESXi server.
|
||||
required: False
|
||||
default: 443
|
||||
version_added: 2.5
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue