aboutsummaryrefslogtreecommitdiffstats
path: root/docker/ansible/default.inv
diff options
context:
space:
mode:
Diffstat (limited to 'docker/ansible/default.inv')
-rw-r--r--docker/ansible/default.inv40
1 files changed, 40 insertions, 0 deletions
diff --git a/docker/ansible/default.inv b/docker/ansible/default.inv
new file mode 100644
index 00000000..d65e1c0e
--- /dev/null
+++ b/docker/ansible/default.inv
@@ -0,0 +1,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 latest (collectd-main branch) or experimental (main + PRs) container
+#set the collectd flavor below. Possible values: stable|latest|experimental
+flavor=stable
+
+[influxdb_hosts]
+#hostname or ip must be used.
+#using localhost will cause issues with collectd network plugin.
+#hostname
+
+[grafana_hosts]
+#NOTE: As per current support, Grafana and Influxdb should be same host.
+#hostname
+
+[prometheus_hosts]
+#localhost
+
+[zookeeper_hosts]
+#NOTE: currently one zookeeper host is supported
+#hostname
+
+[kafka_hosts]
+#hostname
+
+[ves_hosts]
+#hostname