8 lines
182 B
YAML
8 lines
182 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
roles:
|
|
- role: wazuh/ansible-wazuh-manager
|
|
- { role: wazuh/ansible-filebeat, filebeat_output_elasticsearch_hosts: 'elasticsearch:9200' }
|
|
|