Added funktionality to copy elasticsearch scripts from ansible host to elasticsearch server.
Closes #5
This commit is contained in:
parent
12a3b037fa
commit
7d9d7204d9
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