Merge branch 'master' into filter-deprecation-fix
This commit is contained in:
commit
3df71f8a0c
2 changed files with 3 additions and 1 deletions
|
|
@ -78,3 +78,5 @@
|
||||||
when: not es_use_repository
|
when: not es_use_repository
|
||||||
register: elasticsearch_install_from_package
|
register: elasticsearch_install_from_package
|
||||||
notify: restart elasticsearch
|
notify: restart elasticsearch
|
||||||
|
environment:
|
||||||
|
ES_PATH_CONF: "/etc/elasticsearch"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
es_package_url: "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch"
|
es_package_url: "https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch"
|
||||||
es_conf_dir: "/etc/elasticsearch"
|
es_conf_dir: "/etc/elasticsearch"
|
||||||
sysd_script: "/usr/lib/systemd/system/elasticsearch.service"
|
sysd_script: "/usr/lib/systemd/system/elasticsearch.service"
|
||||||
init_script: "/etc/init.d/elasticsearch"
|
init_script: "/etc/init.d/elasticsearch"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue