Add exporter in configuration

This commit is contained in:
Dryusdan 2022-06-06 22:02:44 +02:00
parent ef9518f575
commit 8a5fe2071c
2 changed files with 7 additions and 0 deletions

View File

@ -20,3 +20,10 @@
delegate_to: "{{ prometheus_server }}"
tags:
- prometheus
- name: Configure exporter
template:
src: exporter.j2
dest: "/etc/default/prometheus-nginx-exporter"
tags:
- prometheus