node_exporter: First version of role
This commit is contained in:
parent
f573704b34
commit
051acc86cc
4 changed files with 62 additions and 0 deletions
6
roles/node_exporter/templates/web-config.yml.j2
Normal file
6
roles/node_exporter/templates/web-config.yml.j2
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue