-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory.yaml
57 lines (44 loc) · 1.24 KB
/
inventory.yaml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
all:
vars:
# General server deployment
deploy_grafana_server: true
deploy_grafana_dashboards: true
deploy_prometheus_server: true
deploy_prometheus_alertmanager: true
deploy_loki_server: true
# General client component deployment
deploy_node_exporter: true
deploy_collectd: true
deploy_pcm: false # Package avaialble on SLES for SAP Application only
deploy_promtail: true
# Cleanup config files after removing packages. Can be set like the deploy_ files individually.
cleanup_config: true
# Server Host Group (can be in each group the same host)
grafana_server:
hosts:
grafana.example.com:
prometheus_server:
hosts:
prometheus.example.com:
prometheus_alertmanager:
hosts:
alertmanager.example.com:
loki_server:
hosts:
loki.example.com:
# Agent Host Groups (Please add new groups to the nested group below as well)
# Don't use any host twice.
agents_kvm:
hosts:
vhost01.example.com:
vhost02.example.com:
agents_infra:
hosts:
host02.example.com:
# Nested group will be used for playbook (Please don't use any single host entry)
# IMPORTANT: Please add new Agent Host Groups here as well.
monitored_hosts:
children:
agents_infra:
agents_kvm: