first implement of blackbox

This commit is contained in:
Ludovic Cartier
2021-11-02 15:51:47 +01:00
parent 6e060e5ab0
commit 2214426937
6 changed files with 164 additions and 0 deletions

View File

@ -44,3 +44,8 @@
include_tasks: 'varnish_exporter.yml'
when:
- "'varnish' in prometheus_exporter_packages"
- name: 'prometheus | Blackbox exporter'
include_tasks: 'varnish_exporter.yml'
when:
- "'blackbox' in prometheus_exporter_packages"