elasticsearch: 7.x by default

This commit is contained in:
Jérémy Lecour 2021-05-02 01:11:39 +02:00 committed by Jérémy Lecour
parent a60189eb3e
commit 613a11d119
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
--- ---
elastic_stack_version: "6.x" elastic_stack_version: "7.x"
elasticsearch_cluster_name: Null elasticsearch_cluster_name: Null
elasticsearch_cluster_members: Null elasticsearch_cluster_members: Null

Binary file not shown.

View file

@ -31,7 +31,7 @@
- name: Elastic sources list is available - name: Elastic sources list is available
apt_repository: 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 filename: elastic
state: present state: present
update_cache: yes update_cache: yes
@ -52,4 +52,4 @@
name: elasticsearch name: elasticsearch
enabled: yes enabled: yes
tags: tags:
- elasticsearch - elasticsearch