elastic / ansible-elasticsearch

Ansible playbook for Elasticsearch
Other
1.59k stars 857 forks source link

FR: Install Elasticsearch-plugins with this role #794

Closed ppuschmann closed 3 years ago

ppuschmann commented 3 years ago

Install Elasticsearch-plugins with this role

I think it would be helpful to also provide the installation of Elasticsearch-plugins with this role.

Use-Cases: https://www.elastic.co/guide/en/elasticsearch/plugins/7.12/discovery.html

jmlrt commented 3 years ago

Hi @ppuschmann, Elasticsearch plugins are managed by es_plugins variable, example:

  es_plugins:
    - plugin: ingest-attachment
ppuschmann commented 3 years ago

Yes, you're completely right! I must have missed this when I created this issue.