diff --git a/.gitignore b/.gitignore index 0abf79b9..302fbb6d 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +multi-node/wazuh-certs-tool.sh +multi-node/config.yml diff --git a/multi-node/config.yml b/multi-node/config.yml deleted file mode 100644 index 894882cf..00000000 --- a/multi-node/config.yml +++ /dev/null @@ -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 diff --git a/single-node/config.yml b/single-node/config.yml deleted file mode 100644 index b8f678e3..00000000 --- a/single-node/config.yml +++ /dev/null @@ -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