veza/ansible/playbooks/filebeat.yml
2025-12-03 22:56:50 +01:00

6 lines
216 B
YAML

---
# file: filebeat.yml
- hosts: all !veza-stats
roles:
- { role: filebeat, when: ansible_os_family == "Debian" and ansible_service_mgr == "systemd" and (filebeat_install is not defined or filebeat_install)}