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:
2019-10-28 18:33:37 -05:00
parent cf8180a195
commit dd4ccb3a32
6 changed files with 347 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
elasticsearch_version: '6'
es_xmx: 1g
es_xms: '{{ es_xmx }}'
es_enable_gc_logging: false
es_log_size: 128M