Add validate_certs to vmware doc fragment (#16096)
This commit is contained in:
parent
71350e022a
commit
1b5ec51988
1 changed files with 7 additions and 0 deletions
|
@ -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']
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue