config yml updated

This commit is contained in:
Gonzalo Acuña 2022-03-08 22:51:17 -03:00
parent e9bd834ba0
commit d38a36e4a2
No known key found for this signature in database
GPG Key ID: 646BA79A313A2270

View File

@ -10,7 +10,7 @@ nodes:
# Wazuh server nodes # Wazuh server nodes
# Use node_type only with more than one Wazuh manager # Use node_type only with more than one Wazuh manager
wazuh_servers: server:
{% for (key,value) in instances.items() %} {% for (key,value) in instances.items() %}
{% if (value.role is defined and value.role == 'wazuh') %} {% if (value.role is defined and value.role == 'wazuh') %}
name: {{ value.name }} name: {{ value.name }}