forked from ISTI-ansible-roles/ansible-roles
library/roles/ELK/elasticsearch/tasks/elasticsearch.yml: Add a tag to the task that installs the JVM options.
This commit is contained in:
parent
0cee24eabd
commit
ed83059bc4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue