prometheus/templates/conf/prometheus-proxmox-exporter.j2
2023-01-27 20:34:33 +01:00

6 lines
222 B
Django/Jinja
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# {{ ansible_managed }}
default:
user: {{ prometheus_proxmox_exporter_user }}
password: {{ prometheus_proxmox_exporter_password }}
verify_ssl: {{ prometheus_proxmox_exporter_verify_ssl | default('false') }}