2019-04-30 10:03:30 -07:00
|
|
|
---
|
|
|
|
# tasks file for luther38.metricbeat
|
|
|
|
|
|
|
|
- name: Install Metricbeat on Ubuntu
|
2019-04-30 13:36:32 -07:00
|
|
|
when: ansible_distribution == 'Ubuntu'
|
2019-04-30 10:03:30 -07:00
|
|
|
include: ubuntu.yml
|
2019-04-30 21:43:04 -07:00
|
|
|
|
|
|
|
- name: Install Metricbeat on Windows
|
2019-05-01 14:20:01 -07:00
|
|
|
when: ansible_os_family == 'Windows'
|
2019-04-30 21:43:04 -07:00
|
|
|
include: windows.yml
|