Wazuh-Manager playbook update to show an example of parameters.
This commit is contained in:
parent
5c8febd384
commit
2c14392e74
@ -1,5 +1,10 @@
|
|||||||
---
|
---
|
||||||
- hosts: <your wazuh server host>
|
- hosts: 172.16.0.161
|
||||||
roles:
|
roles:
|
||||||
- role: /etc/ansible/roles/wazuh-ansible/roles/wazuh/ansible-wazuh-manager
|
- role: ../roles/wazuh/ansible-wazuh-manager
|
||||||
- {role: /etc/ansible/roles/wazuh-ansible/roles/wazuh/ansible-filebeat, filebeat_output_elasticsearch_hosts: 'your elasticsearch IP'}
|
- role: ../roles/wazuh/ansible-filebeat
|
||||||
|
filebeat_output_elasticsearch_hosts: 172.16.0.161:9200
|
||||||
|
filebeat_xpack_security: true
|
||||||
|
filebeat_node_name: node-1
|
||||||
|
node_certs_generator: true
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user