Ansible/roles/luther38.metricbeat/tasks/main.yml
James Tombleson 10c1d50483 winlogbeat is working
From what I can see dev is now talking to my new server.
2019-05-01 14:20:01 -07:00

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