snmp_exporter: Initial version of role

This commit is contained in:
Timo Makinen 2024-02-10 21:55:24 +00:00
parent 47ee78221f
commit 8a7159c0c4
5 changed files with 134 additions and 0 deletions

View file

@ -0,0 +1,12 @@
---
tls_server_config:
key_file: {{ tls_private }}/nms.home.foo.sh.key
cert_file: {{ tls_certs }}/nms.home.foo.sh.crt
client_ca_file: {{ tls_certs }}/ca.crt
client_auth_type: RequireAndVerifyClientCert
client_allowed_sans:
- prometheus01.home.foo.sh
- prometheus02.home.foo.sh
- prometheus03.home.foo.sh
- prometheus04.home.foo.sh
min_version: TLS13