-
Notifications
You must be signed in to change notification settings - Fork 858
es_custom_package_url is undocumented #496
Comments
Yes. I'll add in some documentation for it now. The TL;DR is that you should also set ansible-elasticsearch/tasks/snapshot-release.yml Lines 31 to 34 in fb760f4
|
UPDATE @Crazybus You were to fast. :) I wrote the comment below at the same time. :) Original Comment: To install elasticsearch from a custom package url, Example:
It would be nice to set |
Agreed. It's silly to manually do it if it always needs to be done.
This one is a bit trickier since you can't expect the custom url to always have the version in it. And if it does it would be hard to determine which version like string it actually is. You might also have multiple version like numbers in the url like https://downloads.example.com/2018.11.01/6.4/6.4.0. To make your code more dry I would suggest doing something like:
|
The variable
es_custom_package_url
is undocumented.Is it safe to be used?
The text was updated successfully, but these errors were encountered: