Add variable 'wazuh-version' at /wazuh-ansible/ansible-role-kibana/defaults/main.yml
This commit is contained in:
parent
8316ae54ce
commit
a35a745418
@ -4,3 +4,4 @@ elasticsearch_network_host: "127.0.0.1"
|
||||
kibana_server_host: "0.0.0.0"
|
||||
kibana_server_port: "5601"
|
||||
elastic_stack_version: 6.1.0
|
||||
wazuh_version: 3.1.0
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
tags: install
|
||||
|
||||
- name: Install Wazuh-APP (can take a while)
|
||||
shell: "/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-3.0.0_{{ elastic_stack_version }}.zip"
|
||||
shell: "/usr/share/kibana/bin/kibana-plugin install https://packages.wazuh.com/wazuhapp/wazuhapp-{{ wazuh_version }}_{{ elastic_stack_version }}.zip"
|
||||
environment:
|
||||
NODE_OPTIONS: "--max-old-space-size=3072"
|
||||
args:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user