Add Wazuh server and ELK configuration - single host
This commit is contained in:
parent
a35a745418
commit
d47cb0f09a
7
wazuh-elastic_stack-single.yml
Normal file
7
wazuh-elastic_stack-single.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
- hosts: wazuh-manager
|
||||||
|
roles:
|
||||||
|
- { role: ansible-wazuh-manager }
|
||||||
|
- { 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' }
|
||||||
Loading…
Reference in New Issue
Block a user