node_exporter: First version of role

This commit is contained in:
Timo Makinen 2023-08-19 17:28:30 +00:00
parent f573704b34
commit 051acc86cc
4 changed files with 62 additions and 0 deletions

View file

@ -0,0 +1,6 @@
---
tls_server_config:
key_file: {{ tls_private }}/{{ inventory_hostname }}.key
cert_file: {{ tls_certs }}/{{ inventory_hostname }}.crt
client_ca_file: {{ tls_certs }}/ca.crt
client_auth_type: RequireAndVerifyClientCert