summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/exporter
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-09-22 01:10:47 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-09-22 01:10:47 +0200
commitc4e17105ac2086033378b865c600d09d112cc6d3 (patch)
tree5b1573b23c42878e680b23ca07397283287e2f83 /roles/monitoring/prometheus/exporter
parentprometheus: simplify job config (diff)
cosmetic changes
Diffstat (limited to 'roles/monitoring/prometheus/exporter')
-rw-r--r--roles/monitoring/prometheus/exporter/blackbox/templates/config.yml.j22
-rw-r--r--roles/monitoring/prometheus/exporter/mikrotik/templates/config.yml.j24
2 files changed, 3 insertions, 3 deletions
diff --git a/roles/monitoring/prometheus/exporter/blackbox/templates/config.yml.j2 b/roles/monitoring/prometheus/exporter/blackbox/templates/config.yml.j2
index 01e3f7a0..0ff9db13 100644
--- a/roles/monitoring/prometheus/exporter/blackbox/templates/config.yml.j2
+++ b/roles/monitoring/prometheus/exporter/blackbox/templates/config.yml.j2
@@ -1,4 +1,4 @@
# {{ ansible_managed }}
modules:
- {{ prometheus_exporter_blackbox_modules | combine(prometheus_exporter_blackbox_modules_extra) | to_nice_yaml(indent=2) | indent(2)}}
+ {{ prometheus_exporter_blackbox_modules | combine(prometheus_exporter_blackbox_modules_extra) | to_nice_yaml(indent=2) | indent(2) }}
diff --git a/roles/monitoring/prometheus/exporter/mikrotik/templates/config.yml.j2 b/roles/monitoring/prometheus/exporter/mikrotik/templates/config.yml.j2
index a2dc1c71..576ee12f 100644
--- a/roles/monitoring/prometheus/exporter/mikrotik/templates/config.yml.j2
+++ b/roles/monitoring/prometheus/exporter/mikrotik/templates/config.yml.j2
@@ -1,7 +1,7 @@
# {{ ansible_managed }}
devices:
- {{ prometheus_exporter_mikrotik_devices | to_nice_yaml(indent=2) | indent(2)}}
+ {{ prometheus_exporter_mikrotik_devices | to_nice_yaml(indent=2) | indent(2) }}
features:
- {{ prometheus_exporter_mikrotik_features | to_nice_yaml(indent=2) | indent(2)}}
+ {{ prometheus_exporter_mikrotik_features | to_nice_yaml(indent=2) | indent(2) }}