Ansible/roles/luther38.metricbeat/tasks/main.yml

11 lines
243 B
YAML
Raw Normal View History

2019-04-30 10:03:30 -07:00
---
# tasks file for luther38.metricbeat
- name: Install Metricbeat on Ubuntu
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
when: ansible_os_family == 'Windows'
2019-04-30 21:43:04 -07:00
include: windows.yml