mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-19 01:54:20 +01:00
7 lines
326 B
YAML
7 lines
326 B
YAML
---
|
|
es_package_url: "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch"
|
|
es_conf_dir: "/etc/elasticsearch"
|
|
sysd_script: "/usr/lib/systemd/system/elasticsearch.service"
|
|
init_script: "/etc/init.d/elasticsearch"
|
|
#add supported features here
|
|
supported_xpack_features: ["watcher","marvel-agent","graph","shield"] |