mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 09:07:03 +02:00
Update to 2022-01-25 15:00
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
cluster.name: {{ es_cluster_name }}
|
||||
node.name: {{ es_node_name }}
|
||||
path.data: {{ es_root_dir }}/data
|
||||
path.logs: {{ es_root_dir }}/logs
|
||||
network.host: 0.0.0.0
|
||||
http.port: {{ es_port }}
|
||||
node.name: {{ es_node_name }}
|
||||
path.data: {{ es_data_dir }}
|
||||
path.logs: /var/log/elasticsearch
|
||||
path.repo: [ {{ es_backup_dir }} ]
|
||||
path.repo: [ {{ es_root_dir }}/backup ]
|
||||
action.auto_create_index: false
|
||||
{% if es_major_version is defined and es_major_version is version('7','>=') %}
|
||||
{% if es_version is version('7','>=') %}
|
||||
discovery.type: single-node
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user