add: filebeat

This commit is contained in:
2024-11-23 18:30:30 +00:00
parent c34e6fc81d
commit ee9c367a82
3 changed files with 41 additions and 0 deletions

View File

@@ -9,12 +9,19 @@
- { role : base, tags : [ "base" ] }
- { role : zabbix-agent, tags : [ "zabbix-agent" ] }
- { role : iptables, tags : [ "iptables" ] }
- { role : opensearch, tags : [ "opensearch" ] }
- hosts: signal
strategy: free
roles:
- { role : signal, tags : [ "signal" ] }
- hosts:
- kube1
strategy: free
roles:
- { role : filebeat, tags : [ "filebeat" ] }
- hosts: mail
strategy: free
roles: