Skip to content

Commit

Permalink
Fix 404 TLS auth links
Browse files Browse the repository at this point in the history
Signed-off-by: francisco-core <32313429+francisco-core@users.noreply.github.com>
  • Loading branch information
francisco-core authored and gardar committed Aug 16, 2023
1 parent f64c347 commit 82adcba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/node_exporter/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 82adcba

Please sign in to comment.