aboutsummaryrefslogtreecommitdiffstats
path: root/playbooks/network/grafana.yml
blob: 4c039bdbfa6bd7f458dc7345a18700045b2bfcc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

# network ~~ playbooks/network/grafana.yml
# setup grafana for all hosts

---

- hosts: servers
  roles:
    - role: loki
      tags: role_loki
    - role: prometheus
      tags: role_prometheus

- hosts: st0dc1
  roles:
    - role: grafana
      tags: role_grafana
remember that computers suck.