fb366577a05e3e0de04450d83875abfaff9d475b
[barometer.git] / docker / ansible / default.inv
1 # NOTE: for defining hosts both hostnames and IP addresses forms can be used
2 # however it is advised to keep it consistent over the file, especially if
3 # the same host is used by multiple containers
4 # e.g. if some host will be described by IP address at first('127.0.0.1')
5 # and at some place the same host will be called using its hostname
6 # ('localhost') then ansible will treat them as different entities and
7 # synchronization problems during parallel dependencies installation
8 # may occur)
9
10 [collectd_hosts]
11 localhost
12
13 [collectd_hosts:vars]
14 install_mcelog=true
15 insert_ipmi_modules=true
16 #to use master or experimental container set the collectd flavor below
17 #possible values: stable|master|experimental
18 flavor=stable
19
20 [influxdb_hosts]
21 #hostname or ip must be used.
22 #using localhost will cause issues with collectd network plugin.
23 #hostname
24
25 [grafana_hosts]
26 #hostname
27
28 [prometheus_hosts]
29 #localhost
30
31 [zookeeper_hosts]
32 #NOTE: currently one zookeeper host is supported
33 #hostname
34
35 [kafka_hosts]
36 #hostname
37
38 [ves_hosts]
39 #hostname