Wazuh and ODFE single node playbook
This commit is contained in:
parent
5d1f55c424
commit
bc6e426476
21
playbooks/wazuh-odfe-single.yml
Normal file
21
playbooks/wazuh-odfe-single.yml
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
# Single node
|
||||||
|
- hosts: <your server host>
|
||||||
|
become: yes
|
||||||
|
become_user: root
|
||||||
|
roles:
|
||||||
|
- role: ../roles/opendistro/opendistro-elasticsearch
|
||||||
|
- role: ../roles/wazuh/ansible-wazuh-manager
|
||||||
|
- role: ../roles/wazuh/ansible-filebeat-oss
|
||||||
|
- role: ../roles/opendistro/opendistro-kibana
|
||||||
|
vars:
|
||||||
|
single_node: true
|
||||||
|
minimum_master_nodes: 1
|
||||||
|
elasticsearch_node_master: true
|
||||||
|
elasticsearch_network_host: <your server host>
|
||||||
|
filebeat_node_name: node-1
|
||||||
|
filebeat_output_elasticsearch_hosts: <your server host>
|
||||||
|
instances:
|
||||||
|
node1:
|
||||||
|
name: node-1 # Important: must be equal to elasticsearch_node_name.
|
||||||
|
ip: <your server host>
|
||||||
Loading…
Reference in New Issue
Block a user