diff --git a/hosts.auto.tfvars b/hosts.auto.tfvars
index f7334eb..84504ed 100644
--- a/hosts.auto.tfvars
+++ b/hosts.auto.tfvars
@@ -7,14 +7,6 @@ hosts = {
     server_type = "cx32"
     datacenter = "fsn1-dc14"
   },
-  "node002" = {
-    hostname = "node002"
-    rdns = "node002.serguzim.net"
-    provider = "hetzner"
-    image = "debian-12"
-    server_type = "cx22"
-    datacenter = "fsn1-dc14"
-  },
   "node003" = {
     hostname = "node003"
     rdns = "mail.serguzim.me"
diff --git a/inventory/serguzim.net.yml b/inventory/serguzim.net.yml
index 2133f54..d1b31a1 100644
--- a/inventory/serguzim.net.yml
+++ b/inventory/serguzim.net.yml
@@ -3,7 +3,6 @@ all:
     serguzim_net:
       hosts:
         node001:
-        node002:
         node003:
   hosts:
     local-dev:
@@ -22,19 +21,6 @@ all:
         hc_url: "{{ opentofu.healthchecksio.backup.node001.ping_url }}"
         gatus_token: "{{ vault_hosts.node001.backup.gatus_token }}" 
 
-    node002:
-      ansible_host: "{{ opentofu.hosts.node002.fqdn_vpn }}"
-      ansible_port: "{{ vault_hosts.node002.ansible_port }}"
-      ansible_user: "{{ vault_hosts.node002.ansible_user }}"
-      interactive_user: "{{ vault_hosts.node002.interactive_user }}"
-      host_vpn:
-        domain: "{{ opentofu.hosts.node002.fqdn_vpn }}"
-        ip: "{{ opentofu.hosts.node002.ipv4_address_vpn }}"
-      host_backup:
-        hc_uid: "{{ opentofu.healthchecksio.backup.node002.id }}"
-        hc_url: "{{ opentofu.healthchecksio.backup.node002.ping_url }}"
-        gatus_token: "{{ vault_hosts.node002.backup.gatus_token }}" 
-
     node003:
       ansible_host: "{{ opentofu.hosts.node003.fqdn_vpn }}"
       ansible_port: "{{ vault_hosts.node003.ansible_port }}"
diff --git a/services.auto.tfvars b/services.auto.tfvars
index 925d86a..0ea62d7 100644
--- a/services.auto.tfvars
+++ b/services.auto.tfvars
@@ -420,7 +420,7 @@ services = {
   },
 
   "minecraft_3" = {
-    host = "node002"
+    host = ""
     dns = [
       {
         domain = "minecraft.serguzim.me"