[ansible] Update naming master->latest for SNMP template
[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 latest (collectd-main branch) or experimental (main + PRs) container
17 #set the collectd flavor below. Possible values: stable|latest|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 #NOTE: As per current support, Grafana and Influxdb should be same host.
27 #hostname
28
29 [prometheus_hosts]
30 #localhost
31
32 [zookeeper_hosts]
33 #NOTE: currently one zookeeper host is supported
34 #hostname
35
36 [kafka_hosts]
37 #hostname
38
39 [ves_hosts]
40 #hostname