11 lines
243 B
YAML
11 lines
243 B
YAML
---
|
|
# tasks file for luther38.metricbeat
|
|
|
|
- name: Install Metricbeat on Ubuntu
|
|
when: ansible_distribution == 'Ubuntu'
|
|
include: ubuntu.yml
|
|
|
|
- name: Install Metricbeat on Windows
|
|
when: ansible_os_family == 'Windows'
|
|
include: windows.yml
|