8 lines
322 B
YAML
8 lines
322 B
YAML
|
|
- hosts: wazuh-ELK-single
|
|
roles:
|
|
- { role: ansible-wazuh-manager }
|
|
- { role: ansible-role-elasticsearch, elasticsearch_network_host: 'localhost' }
|
|
- { role: ansible-role-logstash, elasticsearch_network_host: 'localhost' }
|
|
- { role: ansible-role-kibana, elasticsearch_network_host: 'localhost' }
|