From 805e0ec529f7f9bf34fa9d930710e4432211362d Mon Sep 17 00:00:00 2001 From: Bede Carroll Date: Thu, 2 Jun 2016 23:51:39 +0930 Subject: [PATCH] Add validate_certs to vmware doc fragment (#16096) --- lib/ansible/utils/module_docs_fragments/vmware.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/ansible/utils/module_docs_fragments/vmware.py b/lib/ansible/utils/module_docs_fragments/vmware.py index 0b69886594..76416ca02c 100644 --- a/lib/ansible/utils/module_docs_fragments/vmware.py +++ b/lib/ansible/utils/module_docs_fragments/vmware.py @@ -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'] '''