feat: add elasticsearch
This commit is contained in:
4
roles/elasticsearch/templates/elasticsearch.yml.j2
Normal file
4
roles/elasticsearch/templates/elasticsearch.yml.j2
Normal file
@@ -0,0 +1,4 @@
|
||||
network.host: 0.0.0.0
|
||||
discovery.type: single-node
|
||||
path.data: {{ elasticsearch_data_dir }}
|
||||
path.logs: /var/log/elasticsearch
|
Reference in New Issue
Block a user