Replacing ELK with elastic
This commit is contained in:
parent
76021c2deb
commit
a7865452e6
@ -30,7 +30,7 @@
|
||||
apt_repository:
|
||||
repo: deb https://artifacts.elastic.co/packages/5.x/apt stable main
|
||||
state: present
|
||||
filename: 'elk_repo'
|
||||
filename: 'elastic_repo'
|
||||
|
||||
- name: Debian/Ubuntu | Install Elasticsarch
|
||||
apt: name=elasticsearch={{ elastic_stack_version }} state=present update_cache=yes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user