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,4 @@
- name: restart elasticsearch
service:
name=elasticsearch
state=restarted