mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 09:41:01 +01:00
8 lines
312 B
Django/Jinja
8 lines
312 B
Django/Jinja
---
|
|
{{ ansible_managed | comment }}
|
|
|
|
tls_server_config:
|
|
cert_file: "{{ prometheus_node_tls_cert }}"
|
|
key_file: "{{ prometheus_node_tls_key }}"
|
|
client_auth_type: "{{ prometheus_node_tls_require_cert | ternary('RequireAndVerifyClientCert', 'NoClientCert') }}"
|
|
client_ca_file: "{{ prometheus_node_tls_ca }}"
|