Change opendistro package url and gpg key
This commit is contained in:
parent
6b3d4a16a4
commit
8fab5ecbd1
@ -30,11 +30,8 @@ domain_name: wazuh.com
|
|||||||
package_repos:
|
package_repos:
|
||||||
yum:
|
yum:
|
||||||
opendistro:
|
opendistro:
|
||||||
baseurl: 'https://d3g5vo6xdbdb9a.cloudfront.net/yum/noarch/'
|
baseurl: 'https://packages.wazuh.com/4.x/yum/'
|
||||||
gpg: 'https://d3g5vo6xdbdb9a.cloudfront.net/GPG-KEY-opendistroforelasticsearch'
|
gpg: 'https://packages.wazuh.com/key/GPG-KEY-WAZUH'
|
||||||
elasticsearch_oss:
|
|
||||||
baseurl: 'https://artifacts.elastic.co/packages/oss-7.x/yum'
|
|
||||||
gpg: 'https://artifacts.elastic.co/GPG-KEY-elasticsearch'
|
|
||||||
|
|
||||||
opendistro_sec_plugin_conf_path: /usr/share/elasticsearch/plugins/opendistro_security/securityconfig
|
opendistro_sec_plugin_conf_path: /usr/share/elasticsearch/plugins/opendistro_security/securityconfig
|
||||||
opendistro_sec_plugin_tools_path: /usr/share/elasticsearch/plugins/opendistro_security/tools
|
opendistro_sec_plugin_tools_path: /usr/share/elasticsearch/plugins/opendistro_security/tools
|
||||||
|
|||||||
@ -11,16 +11,6 @@
|
|||||||
gpgcheck: true
|
gpgcheck: true
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: RedHat/CentOS/Fedora | Add Elasticsearch-oss repo
|
|
||||||
yum_repository:
|
|
||||||
file: opendistro
|
|
||||||
name: elasticsearch_oss_repo
|
|
||||||
description: Elasticsearch-oss yum repository
|
|
||||||
baseurl: "{{ package_repos.yum.elasticsearch_oss.baseurl }}"
|
|
||||||
gpgkey: "{{ package_repos.yum.elasticsearch_oss.gpg }}"
|
|
||||||
gpgcheck: true
|
|
||||||
changed_when: false
|
|
||||||
|
|
||||||
- name: RedHat/CentOS/Fedora | Install OpenJDK 11
|
- name: RedHat/CentOS/Fedora | Install OpenJDK 11
|
||||||
yum:
|
yum:
|
||||||
name: java-11-openjdk-devel
|
name: java-11-openjdk-devel
|
||||||
|
|||||||
@ -14,16 +14,13 @@ wazuh_version: 4.1.1
|
|||||||
wazuh_app_url: https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana
|
wazuh_app_url: https://packages.wazuh.com/4.x/ui/kibana/wazuh_kibana
|
||||||
|
|
||||||
# The OpenDistro package repository
|
# The OpenDistro package repository
|
||||||
kibana_opendistro_version: -1.12.0-1 # Version includes the - for RedHat family compatibility, replace with = for Debian hosts
|
kibana_opendistro_version: 1.12.0-1 # Version includes the - for RedHat family compatibility, replace with = for Debian hosts
|
||||||
|
|
||||||
package_repos:
|
package_repos:
|
||||||
yum:
|
yum:
|
||||||
opendistro:
|
opendistro:
|
||||||
baseurl: 'https://d3g5vo6xdbdb9a.cloudfront.net/yum/noarch/'
|
baseurl: 'https://packages.wazuh.com/4.x/yum/'
|
||||||
gpg: 'https://d3g5vo6xdbdb9a.cloudfront.net/GPG-KEY-opendistroforelasticsearch'
|
gpg: 'https://packages.wazuh.com/key/GPG-KEY-WAZUH'
|
||||||
elasticsearch_oss:
|
|
||||||
baseurl: 'https://artifacts.elastic.co/packages/oss-7.x/yum'
|
|
||||||
gpg: 'https://artifacts.elastic.co/GPG-KEY-elasticsearch'
|
|
||||||
|
|
||||||
|
|
||||||
# API credentials
|
# API credentials
|
||||||
|
|||||||
@ -10,14 +10,5 @@
|
|||||||
gpgkey: "{{ package_repos.yum.opendistro.gpg }}"
|
gpgkey: "{{ package_repos.yum.opendistro.gpg }}"
|
||||||
gpgcheck: true
|
gpgcheck: true
|
||||||
|
|
||||||
- name: RedHat/CentOS/Fedora | Add Elasticsearch-oss repo
|
|
||||||
yum_repository:
|
|
||||||
file: opendistro
|
|
||||||
name: elasticsearch_oss_repo
|
|
||||||
description: Elasticsearch-oss yum repository
|
|
||||||
baseurl: "{{ package_repos.yum.elasticsearch_oss.baseurl }}"
|
|
||||||
gpgkey: "{{ package_repos.yum.elasticsearch_oss.gpg }}"
|
|
||||||
gpgcheck: true
|
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- install
|
- install
|
||||||
Loading…
Reference in New Issue
Block a user