Removed config.yml files

This commit is contained in:
Carlos Bordon 2025-12-15 11:03:22 -03:00
parent c89d4eed9b
commit 0a9ce33b09
No known key found for this signature in database
GPG Key ID: 4C040368C34BF037
3 changed files with 3 additions and 43 deletions

4
.gitignore vendored
View File

@ -5,7 +5,9 @@ single-node/wazuh-certificates
single-node/wazuh-certificates/*
single-node/wazuh-certificates-tool.log
single-node/wazuh-certs-tool.sh
single-node/config.yml
multi-node/wazuh-certificates
multi-node/wazuh-certificates/*
multi-node/wazuh-certificates-tool.log
multi-node/wazuh-certs-tool.sh
multi-node/wazuh-certs-tool.sh
multi-node/config.yml

View File

@ -1,25 +0,0 @@
nodes:
# Wazuh indexer nodes
indexer:
- name: wazuh1.indexer
ip: wazuh1.indexer
- name: wazuh2.indexer
ip: wazuh2.indexer
- name: wazuh3.indexer
ip: wazuh3.indexer
# Wazuh server nodes
# If there is more than one Wazuh server
# node, each one must have a node_type
server:
- name: wazuh.master
ip: wazuh.master
node_type: master
- name: wazuh.worker
ip: wazuh.worker
node_type: worker
# Wazuh dashboard nodes
dashboard:
- name: wazuh.dashboard
ip: wazuh.dashboard

View File

@ -1,17 +0,0 @@
nodes:
# Wazuh indexer nodes
indexer:
- name: wazuh.indexer
ip: wazuh.indexer
# Wazuh server nodes
# If there is more than one Wazuh server
# node, each one must have a node_type
server:
- name: wazuh.manager
ip: wazuh.manager
# Wazuh dashboard nodes
dashboard:
- name: wazuh.dashboard
ip: wazuh.dashboard