elasticsearch: 7.x by default
parent
a60189eb3e
commit
613a11d119
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
elastic_stack_version: "6.x"
|
||||
elastic_stack_version: "7.x"
|
||||
|
||||
elasticsearch_cluster_name: Null
|
||||
elasticsearch_cluster_members: Null
|
||||
|
|
Binary file not shown.
|
@ -31,7 +31,7 @@
|
|||
|
||||
- name: Elastic sources list is available
|
||||
apt_repository:
|
||||
repo: "deb https://artifacts.elastic.co/packages/{{ elastic_stack_version | mandatory }}/apt stable main"
|
||||
repo: "deb [signed-by=/usr/share/keyrings/elastic.gpg] https://artifacts.elastic.co/packages/{{ elastic_stack_version | mandatory }}/apt stable main"
|
||||
filename: elastic
|
||||
state: present
|
||||
update_cache: yes
|
||||
|
@ -52,4 +52,4 @@
|
|||
name: elasticsearch
|
||||
enabled: yes
|
||||
tags:
|
||||
- elasticsearch
|
||||
- elasticsearch
|
||||
|
|
Loading…
Reference in New Issue