Merge pull request #304 from wazuh/feature-303-flex-app-url

Make the Wazuh App URL flexible
This commit is contained in:
Manuel J. Bernal 2019-11-06 14:20:06 +01:00 committed by GitHub
commit 32fd3fbcbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Make Wazuh repositories installation flexible [@jm404](https://github.com/jm404) [#288](https://github.com/wazuh/wazuh-ansible/pull/288)
- Wazuh App URL is now flexible [@jm404](https://github.com/jm404) [#304](https://github.com/wazuh/wazuh-ansible/pull/304)
### Fixed

View File

@ -7,6 +7,7 @@ kibana_server_host: "0.0.0.0"
kibana_server_port: "5601"
elastic_stack_version: 7.3.2
wazuh_version: 3.10.2
wazuh_app_url: https://packages.wazuh.com/wazuhapp/wazuhapp
# Xpack Security
kibana_xpack_security: false

View File

@ -98,7 +98,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-{{ wazuh_version }}_{{ elastic_stack_version }}.zip"
shell: "/usr/share/kibana/bin/kibana-plugin install {{ wazuh_app_url }}-{{ wazuh_version }}_{{ elastic_stack_version }}.zip"
environment:
NODE_OPTIONS: "--max-old-space-size=3072"
args: