add varnish exporter

This commit is contained in:
2021-10-08 15:22:59 +02:00
parent e01e571906
commit 4c9be50c29
6 changed files with 90 additions and 24 deletions

View File

@ -39,3 +39,8 @@
include_tasks: 'apache_exporter.yml'
when:
- "'apache' in prometheus_exporter_packages"
- name: 'prometheus | Varnish exporter'
include_tasks: 'varnish_exporter.yml'
when:
- "'varnish' in prometheus_exporter_packages"