7 lines
276 B
YAML
7 lines
276 B
YAML
{{ ansible_managed | comment }}
|
|
|
|
tls_server_config:
|
|
cert_file: "/etc/node_exporter/node-exp-{{ lan_address }}.crt"
|
|
key_file: "/etc/node_exporter/node-exp-{{ lan_address }}.key"
|
|
client_auth_type: "RequireAndVerifyClientCert"
|
|
client_ca_file: "/etc/node_exporter/ca.crt"
|