release: make molecule tests component versions explicit and point them to release v4.0.2
This commit is contained in:
parent
333816831a
commit
8f51445878
@ -12,6 +12,19 @@ manager_addresses: "{{ managers_hostvars | map(attribute='private_ip') | list }}
|
|||||||
elastic_addresses: "{{ elastic_hostvars | map(attribute='private_ip') | list }}"
|
elastic_addresses: "{{ elastic_hostvars | map(attribute='private_ip') | list }}"
|
||||||
kibana_addresses: "{{ kibana_hostvars | map(attribute='private_ip') | list }}"
|
kibana_addresses: "{{ kibana_hostvars | map(attribute='private_ip') | list }}"
|
||||||
|
|
||||||
|
########################################################
|
||||||
|
# Versions
|
||||||
|
elastic_stack_version: 7.9.3
|
||||||
|
filebeat_version: 7.9.3
|
||||||
|
|
||||||
|
# Debian packages need the ${VERSION}-1
|
||||||
|
wazuh_manager_version: 4.0.2-1
|
||||||
|
wazuh_agent_version: 4.0.2-1
|
||||||
|
|
||||||
|
# Kibana role appends it automatically.
|
||||||
|
wazuh_version: 4.0.2
|
||||||
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# General ELK stack variables
|
# General ELK stack variables
|
||||||
|
|
||||||
@ -22,6 +35,3 @@ kibana_xpack_security: true
|
|||||||
elasticsearch_xpack_security: true
|
elasticsearch_xpack_security: true
|
||||||
elasticsearch_xpack_security_user: elastic
|
elasticsearch_xpack_security_user: elastic
|
||||||
elasticsearch_xpack_security_password: elastic_pass
|
elasticsearch_xpack_security_password: elastic_pass
|
||||||
|
|
||||||
elastic_stack_version: 7.9.3
|
|
||||||
filebeat_version: 7.9.3
|
|
||||||
@ -10,4 +10,14 @@ elastic_hostvars: "{{ groups['elastic'] | map('extract', hostvars) | list }}"
|
|||||||
manager_addresses: "{{ managers_hostvars | map(attribute='private_ip') | list }}"
|
manager_addresses: "{{ managers_hostvars | map(attribute='private_ip') | list }}"
|
||||||
elastic_addresses: "{{ elastic_hostvars | map(attribute='private_ip') | list }}"
|
elastic_addresses: "{{ elastic_hostvars | map(attribute='private_ip') | list }}"
|
||||||
|
|
||||||
|
########################################################
|
||||||
|
# Versions
|
||||||
elastic_stack_version: 7.9.3
|
elastic_stack_version: 7.9.3
|
||||||
|
filebeat_version: 7.9.3
|
||||||
|
|
||||||
|
# Debian packages need the ${VERSION}-1
|
||||||
|
wazuh_manager_version: 4.0.2-1
|
||||||
|
wazuh_agent_version: 4.0.2-1
|
||||||
|
|
||||||
|
# Kibana role appends it automatically.
|
||||||
|
wazuh_version: 4.0.2
|
||||||
@ -15,12 +15,6 @@ kibana_addresses: "{{ kibana_hostvars | map(attribute='private_ip') | list }}"
|
|||||||
########################################################
|
########################################################
|
||||||
# General ELK stack variables
|
# General ELK stack variables
|
||||||
|
|
||||||
# Cluster Settings
|
|
||||||
#es_version: "7.9.1"
|
|
||||||
#es_major_version: "7.x"
|
|
||||||
#opendistro_version: 1.10.1
|
|
||||||
filebeat_version: 7.9.1
|
|
||||||
|
|
||||||
# OpenDistro
|
# OpenDistro
|
||||||
kibana_opendistro_security: true
|
kibana_opendistro_security: true
|
||||||
|
|
||||||
@ -35,3 +29,19 @@ opendistro_admin_password: changeme
|
|||||||
elasticsearch_node_name: '{{ ansible_hostname }}'
|
elasticsearch_node_name: '{{ ansible_hostname }}'
|
||||||
kibana_node_name: '{{ ansible_hostname }}'
|
kibana_node_name: '{{ ansible_hostname }}'
|
||||||
filebeat_node_name: '{{ ansible_hostname }}'
|
filebeat_node_name: '{{ ansible_hostname }}'
|
||||||
|
|
||||||
|
########################################################
|
||||||
|
# Versions
|
||||||
|
# See: https://opendistro.github.io/for-elasticsearch-docs/version-history/
|
||||||
|
|
||||||
|
elastic_stack_version: 7.9.1
|
||||||
|
opendistro_version: 1.11.0
|
||||||
|
filebeat_version: 7.9.1
|
||||||
|
kibana_opendistro_version: -1.11.0-1
|
||||||
|
|
||||||
|
# Debian packages need the ${VERSION}-1
|
||||||
|
wazuh_manager_version: 4.0.2-1
|
||||||
|
wazuh_agent_version: 4.0.2-1
|
||||||
|
|
||||||
|
# Kibana role appends it automatically.
|
||||||
|
wazuh_version: 4.0.2
|
||||||
Loading…
Reference in New Issue
Block a user