Replacing ELK with elastic
This commit is contained in:
parent
79a76f2737
commit
83215be72b
@ -33,7 +33,7 @@
|
|||||||
apt_repository:
|
apt_repository:
|
||||||
repo: deb https://artifacts.elastic.co/packages/5.x/apt stable main
|
repo: deb https://artifacts.elastic.co/packages/5.x/apt stable main
|
||||||
state: present
|
state: present
|
||||||
filename: 'elk_repo'
|
filename: 'elastic_repo'
|
||||||
|
|
||||||
- name: Debian/Ubuntu | Install Logstash
|
- name: Debian/Ubuntu | Install Logstash
|
||||||
apt: name=logstash=1:{{ elastic_stack_version }}-1 state=present update_cache=yes
|
apt: name=logstash=1:{{ elastic_stack_version }}-1 state=present update_cache=yes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user