mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00: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:
@@ -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
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user