add proxmox exporter
This commit is contained in:
5
templates/conf/prometheus-proxmox-exporter.j2
Normal file
5
templates/conf/prometheus-proxmox-exporter.j2
Normal file
@ -0,0 +1,5 @@
|
||||
# {{ ansible_managed }}
|
||||
default:
|
||||
user: {{ prometheus_proxmox_exporter_user }}
|
||||
password: {{ prometheus_proxmox_exporter_password }}
|
||||
verify_ssl: {{ prometheus_proxmox_exporter_verify_ssl | default('false') }}
|
Reference in New Issue
Block a user