Changes to support license

This commit is contained in:
Dale McDiarmid 2017-01-04 13:23:22 +00:00
parent 6ef629a869
commit 2ea0842a6c
12 changed files with 35 additions and 31 deletions

View file

@ -1,11 +1,5 @@
---
- name: Ensure elasticsearch is started
service: name={{instance_init_script | basename}} state=started enabled=yes
- name: Wait for elasticsearch to startup
wait_for: host={{es_api_host}} port={{es_api_port}} delay=10
- name: Get template files
find: paths="/etc/elasticsearch/templates" patterns="*.json"
register: templates