mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
callback/grafana_annotations: define validate_grafana_certs type as bool (#42318)
Fixes #42317
This commit is contained in:
@@ -48,13 +48,14 @@ DOCUMENTATION = """
|
||||
- section: callback_grafana_annotations
|
||||
key: grafana_url
|
||||
validate_grafana_certs:
|
||||
description: (bool) validate the SSL certificate of the Grafana server. (For HTTPS url)
|
||||
description: validate the SSL certificate of the Grafana server. (For HTTPS url)
|
||||
env:
|
||||
- name: GRAFANA_VALIDATE_CERT
|
||||
ini:
|
||||
- section: callback_grafana_annotations
|
||||
key: validate_grafana_certs
|
||||
default: True
|
||||
type: bool
|
||||
http_agent:
|
||||
description: The HTTP 'User-agent' value to set in HTTP requets.
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user