aboutsummaryrefslogtreecommitdiff
path: root/ansible/host_vars
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/host_vars')
-rw-r--r--ansible/host_vars/fuckaduck/elasticsearch.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/host_vars/fuckaduck/elasticsearch.yml b/ansible/host_vars/fuckaduck/elasticsearch.yml
new file mode 100644
index 0000000..1eb42bc
--- /dev/null
+++ b/ansible/host_vars/fuckaduck/elasticsearch.yml
@@ -0,0 +1,4 @@
+elasticsearch__state: present
+elasticsearch__data_dir: /opt/elasticsearch/data
+elasticsearch__http_port: 9201
+elasticsearch__tcp_port: 9301