aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/network/grafana.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/network/grafana.yml')
-rw-r--r--playbooks/network/grafana.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/playbooks/network/grafana.yml b/playbooks/network/grafana.yml
index 30bc0f4..4c039bd 100644
--- a/playbooks/network/grafana.yml
+++ b/playbooks/network/grafana.yml
@@ -6,8 +6,12 @@
- hosts: servers
roles:
- - { role: prometheus }
+ - role: loki
+ tags: role_loki
+ - role: prometheus
+ tags: role_prometheus
-- hosts: st0cld0
+- hosts: st0dc1
roles:
- - { role: grafana }
+ - role: grafana
+ tags: role_grafana
remember that computers suck.