update env vars

This commit is contained in:
Wes Lambert
2020-03-17 15:17:13 +00:00
parent 5ed3dbff39
commit faea67c9cf

View File

@@ -114,11 +114,12 @@ so-elasticsearch:
- name: so-elasticsearch
- user: elasticsearch
- environment:
- bootstrap.memory_lock=true
- cluster.name={{ esclustername }}
- discovery.type=single-node
#- bootstrap.memory_lock=true
#- cluster.name={{ esclustername }}
- ES_JAVA_OPTS=-Xms{{ esheap }} -Xmx{{ esheap }}
- http.host=0.0.0.0
- transport.host=127.0.0.1
#- http.host=0.0.0.0
#- transport.host=127.0.0.1
- ulimits:
- memlock=-1:-1
- nofile=65536:65536