library/roles/ELK/elasticsearch/tasks/elasticsearch.yml: Add a tag to the task that installs the JVM options.

This commit is contained in:
Andrea Dell'Amico 2017-05-17 11:26:10 +02:00
parent 0cee24eabd
commit ed83059bc4
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- name: Install the elasticsearch JVM options
template: src=jvm.options.j2 dest=/etc/elasticsearch/jvm.options owner=root group=elasticsearch mode=0640
notify: Restart elasticsearch
tags: [ 'ELK', 'elasticsearch', 'elk', 'elasticsearch_conf' ]
- name: Install the elasticsearch configuration
template: src=elasticsearch.yml.j2 dest=/etc/elasticsearch/elasticsearch.yml owner=root group=elasticsearch mode=0640