Added funktionality to copy elasticsearch scripts from ansible host to elasticsearch server.
Closes #5
This commit is contained in:
parent
e0fb7a1177
commit
13f0d277ef
1 changed files with 3 additions and 0 deletions
3
tasks/elasticsearch-scripts.yml
Normal file
3
tasks/elasticsearch-scripts.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
- name: Copy scripts to elasticsearch
|
||||
copy: src=scripts dest=/etc/elasticsearch/
|
||||
Loading…
Add table
Add a link
Reference in a new issue