roles/elasticsearch: Add Elasticsearch deployment
The *elasticsearch* role installs Elasticsearch from the Elastic.co Yum repository and manages basic node configuration.
This commit is contained in:
5
roles/elasticsearch/defaults/main.yml
Normal file
5
roles/elasticsearch/defaults/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
elasticsearch_version: '6'
|
||||
es_xmx: 1g
|
||||
es_xms: '{{ es_xmx }}'
|
||||
es_enable_gc_logging: false
|
||||
es_log_size: 128M
|
||||
Reference in New Issue
Block a user