Replacing ELK with elastic

This commit is contained in:
Alberto Gonzalez 2017-07-19 17:36:15 -07:00 committed by GitHub
parent 79a76f2737
commit 83215be72b

View File

@ -33,7 +33,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 Logstash
apt: name=logstash=1:{{ elastic_stack_version }}-1 state=present update_cache=yes