mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:28:34 +01:00
chore: enable filebeat for all hosts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user