summaryrefslogtreecommitdiffstats
path: root/roles/prometheus/defaults/main.yml
blob: 7a231b5cb3d12083866f00bb64a9c4ad90a9f873 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
prometheus_host: "localhost"
prometheus_port: 9090
prometheus_retention: "15d"
prometheus_scrape_interval: "15s"

prometheus_targets:
  - "{{ prometheus_host }}:{{ prometheus_port }}"

prometheus_node_exporter_targets: []