mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 01:24:20 +01:00
Added funktionality to copy elasticsearch scripts from ansible host to elasticsearch server.
Closes #5
This commit is contained in:
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/
|
||||
Reference in New Issue
Block a user