summaryrefslogtreecommitdiff
path: root/roles/monitoring/sachet/templates/sachet.yml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/monitoring/sachet/templates/sachet.yml.j2')
-rw-r--r--roles/monitoring/sachet/templates/sachet.yml.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/monitoring/sachet/templates/sachet.yml.j2 b/roles/monitoring/sachet/templates/sachet.yml.j2
new file mode 100644
index 00000000..b9e25785
--- /dev/null
+++ b/roles/monitoring/sachet/templates/sachet.yml.j2
@@ -0,0 +1,7 @@
+# {{ ansible_managed }}
+
+providers:
+ {{ sachet_providers | to_nice_yaml(indent=2) | indent(2) }}
+
+receivers:
+ {{ sachet_receivers | to_nice_yaml(indent=2) | indent(2) }}