diff options
author | jctanner <tanner.jc@gmail.com> | 2016-09-30 15:06:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-30 15:06:02 +0200 |
commit | 8095c3951a4bb14a4ab2f4702170bb586177515d (patch) | |
tree | 01de60e5766f746b0bb232a3a978b8faa653e226 /contrib/inventory/vmware_inventory.ini | |
parent | Merge pull request #17556 from gahan-corporation/devel (diff) | |
download | ansible-8095c3951a4bb14a4ab2f4702170bb586177515d.tar.xz ansible-8095c3951a4bb14a4ab2f4702170bb586177515d.zip |
vmware_inventory: Make the ceritifate check default, and create a config option (#17830)
Fixes #17811
Diffstat (limited to 'contrib/inventory/vmware_inventory.ini')
-rw-r--r-- | contrib/inventory/vmware_inventory.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/inventory/vmware_inventory.ini b/contrib/inventory/vmware_inventory.ini index 0f7b099e1d..eb1629b6e0 100644 --- a/contrib/inventory/vmware_inventory.ini +++ b/contrib/inventory/vmware_inventory.ini @@ -14,6 +14,9 @@ username=administrator@vsphere.local # The password for the vsphere API password=vmware +# Verify the server's SSL certificate +#validate_certs = True + # Specify the number of seconds to use the inventory cache before it is # considered stale. If not defined, defaults to 0 seconds. #cache_max_age = 3600 |