2015-05-11 16:51:33 +02:00
|
|
|
---
|
2017-01-06 11:34:19 +00:00
|
|
|
es_major_version: "5.x"
|
2017-08-15 15:00:43 +01:00
|
|
|
es_version: "5.5.1"
|
2015-07-07 15:08:30 +02:00
|
|
|
es_version_lock: false
|
2015-08-03 15:14:29 +02:00
|
|
|
es_use_repository: true
|
2017-08-17 10:05:32 +01:00
|
|
|
es_templates_fileglob: "files/templates/*.json"
|
2017-01-13 11:59:31 +00:00
|
|
|
es_apt_key: "https://artifacts.elastic.co/GPG-KEY-elasticsearch"
|
|
|
|
|
es_apt_url: "deb https://artifacts.elastic.co/packages/{{ es_major_version }}/apt stable main"
|
2017-01-13 12:18:33 +00:00
|
|
|
es_apt_url_old: "deb http://packages.elastic.co/elasticsearch/{{ es_major_version }}/debian stable main"
|
2015-05-13 13:33:43 +02:00
|
|
|
es_start_service: true
|
2016-07-20 13:51:14 +01:00
|
|
|
es_java_install: true
|
2016-04-16 11:22:27 +01:00
|
|
|
update_java: false
|
2016-01-18 14:38:22 +00:00
|
|
|
es_restart_on_change: true
|
2015-05-22 21:11:33 +02:00
|
|
|
es_plugins_reinstall: false
|
2015-08-03 15:14:29 +02:00
|
|
|
es_scripts: false
|
2015-09-14 12:11:36 +02:00
|
|
|
es_templates: false
|
2015-05-23 14:38:13 +02:00
|
|
|
es_user: elasticsearch
|
|
|
|
|
es_group: elasticsearch
|
2015-11-26 17:26:28 +00:00
|
|
|
es_config: {}
|
2017-08-04 18:22:12 +07:00
|
|
|
es_config_log4j2: log4j2.properties.j2
|
2015-11-25 15:28:09 +00:00
|
|
|
#Need to provide default directories
|
|
|
|
|
es_pid_dir: "/var/run/elasticsearch"
|
2016-03-18 19:30:11 +00:00
|
|
|
es_data_dirs: "/var/lib/elasticsearch"
|
2015-11-25 15:28:09 +00:00
|
|
|
es_log_dir: "/var/log/elasticsearch"
|
2016-06-29 10:56:32 +03:00
|
|
|
es_max_open_files: 65536
|
2017-05-11 23:25:32 -04:00
|
|
|
es_max_threads: 2048
|
2017-01-17 11:00:25 +00:00
|
|
|
es_max_map_count: 262144
|
2016-07-20 14:57:21 +01:00
|
|
|
es_allow_downgrades: false
|
2016-07-22 23:44:27 +01:00
|
|
|
es_enable_xpack: false
|
2017-06-26 11:24:20 +02:00
|
|
|
es_xpack_features: ["alerting","monitoring","graph","ml","security"]
|
2016-07-22 23:44:27 +01:00
|
|
|
#These are used for internal operations performed by ansible.
|
|
|
|
|
#They do not effect the current configuration
|
|
|
|
|
es_api_host: "localhost"
|
2016-10-27 00:20:23 +02:00
|
|
|
es_api_port: 9200
|
2017-10-09 17:11:06 +01:00
|
|
|
es_debian_startup_timeout: 10
|
2016-11-15 16:03:05 +08:00
|
|
|
|
|
|
|
|
# Since ansible 2.2 the following variables need to be defined
|
|
|
|
|
# to allow the role to be conditionally played with a when condition.
|
|
|
|
|
pid_dir: ''
|
|
|
|
|
log_dir: ''
|
|
|
|
|
conf_dir: ''
|
|
|
|
|
data_dirs: ''
|
2017-02-13 13:13:20 +07:00
|
|
|
# JVM custom parameters
|
|
|
|
|
es_jvm_custom_parameters: ''
|