mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
doc_fragments: Clean up parameter types (cloud) (#52177)
* module_utils: Clean up parameter types (cloud) This PR includes: - Parameter types added - Copyright format fixes - Short license statement - Description fixes (only for a few files, then I stopped :-)) * More cloud stuff * Fix reported issue * Fix quotes * Use correct type * Fix quotes * Fix quotes * Fix quotes * Fix typo * Fix boolean
This commit is contained in:
parent
203caf2570
commit
25323155d2
28 changed files with 337 additions and 412 deletions
|
@ -29,14 +29,14 @@ options:
|
|||
validate_certs:
|
||||
description:
|
||||
- Allows connection when SSL certificates are not valid.
|
||||
- Set to C(false) when certificates are not trusted.
|
||||
- Set to C(no) when certificates are not trusted.
|
||||
- If the value is not specified in the task, the value of environment variable C(VMWARE_VALIDATE_CERTS) will be used instead.
|
||||
type: bool
|
||||
default: true
|
||||
default: yes
|
||||
protocol:
|
||||
description:
|
||||
- The connection to protocol.
|
||||
type: str
|
||||
choices: [ https, http ]
|
||||
choices: [ http, https ]
|
||||
default: https
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue