Adjust booleans in monitoring modules. (#5156)

This commit is contained in:
Felix Fontein 2022-08-24 19:59:30 +02:00 committed by GitHub
parent ddc989ec6d
commit 1b480e9f37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 50 additions and 50 deletions

View file

@ -43,9 +43,9 @@ options:
aliases: [password]
use_proxy:
description:
- if C(no), it will not use a proxy, even if one is defined in
- 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
required: false
type: bool
name:
@ -63,7 +63,7 @@ options:
- Validate SSL certificates. Only change this to C(false) if you can guarantee that you are talking to the correct endpoint and there is no
man-in-the-middle attack happening.
type: bool
default: yes
default: true
required: false
attributes:
description: