ansible/roles/prometheus-node-exporter/templates/config.yaml

8 lines
258 B
YAML
Raw Normal View History

2021-09-21 15:50:15 +02:00
{{ ansible_managed | comment }}
tls_server_config:
cert_file: "/etc/node_exporter/{{ lan_address }}.crt"
key_file: "/etc/node_exporter/{{ lan_address }}.key"
client_auth_type: "RequireAndVerifyClientCert"
client_ca_file: "/etc/node_exporter/ca.crt"