mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 12:48:26 +00:00
Merge pull request #154 from francisco-core/patch-1
docs: Fix node_exporter 404 TLS auth links
This commit is contained in:
commit
8152340da8
1 changed files with 2 additions and 2 deletions
|
@ -56,12 +56,12 @@ argument_specs:
|
|||
node_exporter_tls_server_config:
|
||||
description:
|
||||
- "Configuration for TLS authentication."
|
||||
- "Keys and values are the same as in L(node_exporter docs,https://github.com/prometheus/node_exporter/blob/master/https/README.md#sample-config)."
|
||||
- "Keys and values are the same as in L(node_exporter docs,https://prometheus.io/docs/prometheus/latest/configuration/https/)."
|
||||
type: "dict"
|
||||
node_exporter_http_server_config:
|
||||
description:
|
||||
- "Config for HTTP/2 support."
|
||||
- "Keys and values are the same as in L(node_exporter docs,https://github.com/prometheus/node_exporter/blob/master/https/README.md#sample-config)."
|
||||
- "Keys and values are the same as in L(node_exporter docs,https://prometheus.io/docs/prometheus/latest/configuration/https/)."
|
||||
type: "dict"
|
||||
node_exporter_basic_auth_users:
|
||||
description: "Dictionary of users and password for basic authentication. Passwords are automatically hashed with bcrypt."
|
||||
|
|
Loading…
Add table
Reference in a new issue