aboutsummaryrefslogtreecommitdiffstats
path: root/docker/ansible/default.inv
blob: 45c3656ff16f8623495684ca69d847b4b214ceea (plain)
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
# NOTE: for defining hosts both hostnames and IP addresses forms can be used
# however it is advised to keep it consistent over the file, especially if
# the same host is used by multiple containers
# e.g. if some host will be described by IP address at first('127.0.0.1')
# and at some place the same host will be called using its hostname
# ('localhost') then ansible will treat them as different entities and
# synchronization problems during parallel dependencies installation
# may occur)

[collectd_hosts]
localhost

[collectd_hosts:vars]
install_mcelog=true
insert_ipmi_modules=true
#to use master or experimental container set the collectd flavor below
#possible values: stable|master|experimental
flavor=stable

[influxdb_hosts]
#hostname or ip must be used.
#using localhost will cause issues with collectd network plugin.
#hostname

[grafana_hosts]
#hostname
#NOTE: As per current support, Grafana and Influxdb should be same host.

[prometheus_hosts]
#localhost

[zookeeper_hosts]
#NOTE: currently one zookeeper host is supported
#hostname

[kafka_hosts]
#hostname

[ves_hosts]
#hostname