Add validate_certs to vmware doc fragment (#16096)

This commit is contained in:
Bede Carroll 2016-06-02 23:51:39 +09:30 committed by Brian Coca
parent 6354f0292b
commit 805e0ec529

View file

@ -34,4 +34,11 @@ options:
- The password of the vSphere vCenter
required: True
aliases: ['pass', 'pwd']
validate_certs:
description:
- Allows connection when SSL certificates are not valid. Set to
false when certificates are not trusted
required: False
default: 'True'
choices: ['True', 'False']
'''