mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add validate_certs to vmware doc fragment (#16096)
This commit is contained in:
parent
6354f0292b
commit
805e0ec529
1 changed files with 7 additions and 0 deletions
|
@ -34,4 +34,11 @@ options:
|
||||||
- The password of the vSphere vCenter
|
- The password of the vSphere vCenter
|
||||||
required: True
|
required: True
|
||||||
aliases: ['pass', 'pwd']
|
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']
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue