Merge "docker.userguide: Add --network=host option for manual docker build examples"
[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
17 [influxdb_hosts]
18 #hostname or ip must be used.
19 #using localhost will cause issues with collectd network plugin.
20 #hostname
21
22 [grafana_hosts]
23 #hostname
24
25 [prometheus_hosts]
26 #localhost
27
28 [kafka_hosts]
29 #hostname
30
31 [ves_hosts]
32 #hostname