chore: enable filebeat for all hosts

This commit is contained in:
2024-11-23 22:32:26 +00:00
parent b56c7e63e0
commit ca2cfa319c
7 changed files with 36 additions and 3 deletions

View File

@@ -31,3 +31,10 @@
ansible.builtin.systemd:
name: filebeat
enabled: yes
- name: copy filebeat config
template:
src: filebeat.yml
dest: /etc/filebeat/filebeat.yml
notify:
- restart filebeat