mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-29 07:10:18 +00:00
5879df729c
Add a role for the Smokeping Prober. Signed-off-by: SuperQ <superq@gmail.com>
4 lines
138 B
Django/Jinja
4 lines
138 B
Django/Jinja
---
|
|
{{ ansible_managed | comment }}
|
|
targets:
|
|
{{ smokeping_prober_targets | to_nice_yaml(indent=2,sort_keys=False) | indent(2, False) }}
|