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,6 @@
[elasticsearch-{{ elasticsearch_version }}.x]
name=Elasticsearch repository for {{ elasticsearch_version }}.x packages
baseurl=https://artifacts.elastic.co/packages/{{ elasticsearch_version }}.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1