Ansible/roles/luther38.logstash/tasks/main.yml
James Tombleson d2d1e2734f Adding fileeat role
Unsure about logstash currently.  That one is on hold for now.
2019-05-01 15:21:32 -07:00

7 lines
138 B
YAML

---
# tasks file for luther38.logstash
- name: Install Logstash on Ubuntu
when: ansible_distribution == 'Ubuntu'
include: ubuntu.yml