mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
add: filebeat
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user