vmware inventory script enhancements (#17106)

* Allow the user to disable certificate verification
* Allow the user to find VMs only in specific clusters
This commit is contained in:
jctanner
2016-08-17 17:44:15 -04:00
committed by GitHub
parent b617d62203
commit 14da357feb
2 changed files with 43 additions and 2 deletions

View File

@@ -27,6 +27,10 @@ guests_only = True
# not be returned.
# prefix_filter = test_
# Specify a cluster filter list (colon delimited). Only clusters matching by
# name will be scanned for virtualmachines
#clusters = cluster1,cluster2
[auth]
# Specify hostname or IP address of vCenter/ESXi server. A port may be
@@ -41,3 +45,6 @@ user = ihasaccess
# Specify a password to access the vCenter host. This setting may also be
# defined with the VMWARE_PASSWORD environment variable.
password = ssshverysecret
# Force SSL certificate checking by default or ignore self-signed certs.
#sslcheck=True