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

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

---

- hosts: servers
  roles:
    - { role: prometheus }

- hosts: st0cld0
  roles:
    - { role: grafana }
remember that computers suck.