Wazuh-Manager playbook update to show an example of parameters.

This commit is contained in:
Jose M 2019-07-02 19:11:17 +02:00
parent 5c8febd384
commit 2c14392e74

View File

@ -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