wazuh-ansible-4.8.1/molecule/distributed-wazuh-elk/group_vars/all.yml
2021-10-06 12:28:45 -03:00

24 lines
742 B
YAML

---
########################################################
# Helper variables
private_ip: '{{ ansible_default_ipv4.address }}'
managers_hostvars: "{{ groups['managers'] | map('extract', hostvars) | list }}"
elastic_hostvars: "{{ groups['elastic'] | map('extract', hostvars) | list }}"
manager_addresses: "{{ managers_hostvars | map(attribute='private_ip') | list }}"
elastic_addresses: "{{ elastic_hostvars | map(attribute='private_ip') | list }}"
########################################################
# Versions
elastic_stack_version: 7.10.2
filebeat_version: 7.10.2
# Debian packages need the ${VERSION}-1
wazuh_manager_version: 4.2.3-1
wazuh_agent_version: 4.2.3-1
# Kibana role appends it automatically.
wazuh_version: 4.2.3