diff --git a/wazuh-elastic_stack-single.yml b/wazuh-elastic_stack-single.yml new file mode 100644 index 00000000..e6428ac7 --- /dev/null +++ b/wazuh-elastic_stack-single.yml @@ -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' }