Replacing ELK with elastic

This commit is contained in:
Alberto Gonzalez 2017-07-19 17:05:57 -07:00 committed by GitHub
parent 76021c2deb
commit a7865452e6

View File

@ -30,7 +30,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 Elasticsarch - name: Debian/Ubuntu | Install Elasticsarch
apt: name=elasticsearch={{ elastic_stack_version }} state=present update_cache=yes apt: name=elasticsearch={{ elastic_stack_version }} state=present update_cache=yes