From 7d9d7204d960c33040e3fcbce2d1b7b62a61a7e1 Mon Sep 17 00:00:00 2001 From: Jakob Reiter Date: Mon, 3 Aug 2015 15:26:02 +0200 Subject: [PATCH] Added funktionality to copy elasticsearch scripts from ansible host to elasticsearch server. Closes #5 --- tasks/elasticsearch-scripts.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tasks/elasticsearch-scripts.yml diff --git a/tasks/elasticsearch-scripts.yml b/tasks/elasticsearch-scripts.yml new file mode 100644 index 0000000000000..82655ab276816 --- /dev/null +++ b/tasks/elasticsearch-scripts.yml @@ -0,0 +1,3 @@ +--- +- name: Copy scripts to elasticsearch + copy: src=scripts dest=/etc/elasticsearch/