mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 03:49:09 -07:00
(cherry picked from commit 1b480e9f37
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
5657889b28
commit
f3a2750205
17 changed files with 50 additions and 50 deletions
|
@ -65,16 +65,16 @@ options:
|
|||
use_proxy:
|
||||
required: false
|
||||
description:
|
||||
- if C(no), it will not use a proxy, even if one is defined in an environment
|
||||
- if C(false), it will not use a proxy, even if one is defined in an environment
|
||||
variable on the target hosts.
|
||||
default: 'yes'
|
||||
default: true
|
||||
type: bool
|
||||
validate_certs:
|
||||
required: false
|
||||
description:
|
||||
- If C(no), SSL certificates will not be validated. This should only be used
|
||||
- If C(false), SSL certificates will not be validated. This should only be used
|
||||
on personally controlled sites using self-signed certificates.
|
||||
default: 'yes'
|
||||
default: true
|
||||
type: bool
|
||||
agentport:
|
||||
type: int
|
||||
|
@ -108,7 +108,7 @@ EXAMPLES = '''
|
|||
oneclick_url: http://oneclick.example.com:8080
|
||||
oneclick_user: username
|
||||
oneclick_password: password
|
||||
use_proxy: no
|
||||
use_proxy: false
|
||||
state: absent
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue