forked from dgarros/nanog77-tsdb-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpb.prometheus.yaml
More file actions
30 lines (29 loc) · 775 Bytes
/
pb.prometheus.yaml
File metadata and controls
30 lines (29 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
- hosts: jumphost
become: yes
roles:
- role: cloudalchemy.prometheus
vars:
prometheus_targets:
node:
- targets:
- 'localhost:9001'
- 'localhost:9002'
- 'localhost:9003'
- 'localhost:9004'
- 'localhost:9011'
- 'localhost:9012'
tags: prometheus
- role: cloudalchemy.grafana
vars:
grafana_security:
admin_user: admin
admin_password: "{{lookup('env', 'TESUTO_PASSWORD')}}"
grafana_datasources:
- name: prometheus
type: prometheus
access: proxy
url: 'http://localhost:9090'
basicAuth: false
grafana_plugins: [ natel-discrete-panel ]
tags: grafana