10 lines
463 B
YAML
10 lines
463 B
YAML
- hosts: wazuh-manager
|
|
roles:
|
|
- role: ansible-wazuh-manager
|
|
- { role: ansible-role-filebeat, filebeat_output_logstash_hosts: '192.168.212.185:5000' }
|
|
- hosts: elastic_stack
|
|
roles:
|
|
- { role: ansible-role-elasticsearch, elasticsearch_network_host: 'localhost' }
|
|
- { role: ansible-role-logstash, logstash_input_beats: true, elasticsearch_network_host: 'localhost' }
|
|
- { role: ansible-role-kibana, elasticsearch_network_host: 'localhost' }
|