snmp_exporter: Initial version of role
This commit is contained in:
parent
47ee78221f
commit
8a7159c0c4
5 changed files with 134 additions and 0 deletions
12
roles/snmp_exporter/templates/web-config.yml.j2
Normal file
12
roles/snmp_exporter/templates/web-config.yml.j2
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue