aboutsummaryrefslogtreecommitdiffstats
path: root/roles/grafana/templates/datasources-default.yml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/grafana/templates/datasources-default.yml.j2')
-rw-r--r--roles/grafana/templates/datasources-default.yml.j216
1 files changed, 16 insertions, 0 deletions
diff --git a/roles/grafana/templates/datasources-default.yml.j2 b/roles/grafana/templates/datasources-default.yml.j2
new file mode 100644
index 0000000..690487f
--- /dev/null
+++ b/roles/grafana/templates/datasources-default.yml.j2
@@ -0,0 +1,16 @@
+{% import 'macros.j2' as macros with context %}
+
+# datasources for grafana
+# managed by Ansible
+
+apiVersion: 1
+
+datasources:
+{% call(h) macros.loop_valid_hosts("servers") %}
+ - name: {{ h.ansible_host }}-prometheus
+ type: prometheus
+ url: http://{{ h.ip.in }}:9090
+ - name: {{ h.ansible_host }}-loki
+ type: prometheus
+
+{% endcall %}
remember that computers suck.