1
0
forked from c3d2/nix-config
nix-config/ansible/roles/elastic.beats/tasks/main.yml
Daniel Poelzleithner 8ad9488998 update elastic
2021-03-04 18:32:20 +01:00

18 lines
381 B
YAML

---
# tasks file for beats
- name: check-parameters
include_tasks: beats-param-check.yml
- name: define beat product
set_fact:
beat_product: "{{ beat }}"
- name: os-specific vars
include_vars: '{{ ansible_os_family }}.yml'
- include_tasks: beats.yml
- name: Force all notified handlers to run at this point, not waiting for normal sync points
meta: flush_handlers