diff --git a/Ansible/bootstrap.yaml b/Ansible/bootstrap.yaml
index 53eb64b4250cccf9779b54f3929cb2275ced9152..e6fafa8c3251bf29513e6fd80634fd302f3b0231 100644
--- a/Ansible/bootstrap.yaml
+++ b/Ansible/bootstrap.yaml
@@ -12,7 +12,6 @@
 
 - name: Bootstrap OpenWRT hosts
   hosts:
-    - ea6350
     - mr8300
   tags:
     - openwrt
diff --git a/Ansible/hosts/all.yaml b/Ansible/hosts/all.yaml
index 9b3735ac62e9ecef9489ee394d6a63db31e25cf7..13da33b13a06c43492c517036a7b24af6a5233da 100644
--- a/Ansible/hosts/all.yaml
+++ b/Ansible/hosts/all.yaml
@@ -8,10 +8,6 @@ all:
       ansible_host: ns4.shore.co.il
     kodi:
       ansible_host: kodi.shore.co.il
-    ea6350:
-      # We already log in as root.
-      ansible_become: false
-      ansible_host: ea6350.shore.co.il
     mr8300:
       # We already log in as root.
       ansible_become: false
diff --git a/Ansible/roles/router/files/dhcpd.conf b/Ansible/roles/router/files/dhcpd.conf
index 8fb05994ef6ed21d47ea2cd851d574e2ad8c3469..8596a9328456ef813e2380072cd03be9bba60d13 100644
--- a/Ansible/roles/router/files/dhcpd.conf
+++ b/Ansible/roles/router/files/dhcpd.conf
@@ -17,11 +17,6 @@ subnet 192.168.3.0 netmask 255.255.255.0
     hardware ethernet 10:c3:7b:9c:b8:fa;
     fixed-address kodi.shore.co.il;
   }
-  host ea6350
-  {
-    hardware ethernet 60:38:E0:AE:19:4A;
-    fixed-address ea6350.shore.co.il;
-  }
   host host01
   {
     hardware ethernet 04:42:1a:ca:2c:87;
diff --git a/Ansible/roles/router/files/hosts b/Ansible/roles/router/files/hosts
index eeb12619097b84560712fa16077f00b256834e7c..a9f8f9821cff9eb52e36689960091c9792b808d7 100644
--- a/Ansible/roles/router/files/hosts
+++ b/Ansible/roles/router/files/hosts
@@ -1,7 +1,6 @@
 127.0.0.1	localhost
 ::1		localhost
 192.168.3.1	ns1
-192.168.3.11 ea6350.shore.co.il ea6350
 192.168.3.12 xbmc.shore.co.il xbmc kodi.shore.co.il kodi
 192.168.3.13 mr8300.shore.co.il mr8300
 192.168.3.17 host01.shore.co.il host01
diff --git a/Ansible/roles/router/files/unbound/shore.co.il.conf b/Ansible/roles/router/files/unbound/shore.co.il.conf
index 6baab09431c4940e1ebba05ac648d15caccac10d..419f24b691a8adc7c7014dbb3f60c697dbb29338 100644
--- a/Ansible/roles/router/files/unbound/shore.co.il.conf
+++ b/Ansible/roles/router/files/unbound/shore.co.il.conf
@@ -3,7 +3,6 @@ server:
     #local-zone: "shore.co.il." static
     access-control: 192.168.3.0/8 allow
     access-control: 127.0.0.0/8 allow
-    local-data: "ea6350.shore.co.il.        A   192.168.3.11"
     local-data: "kodi.shore.co.il.          A   192.168.3.12"
     local-data: "mr8300.shore.co.il.        A   192.168.3.13"
     local-data: "host01.shore.co.il.        A   192.168.3.17"
diff --git a/Ansible/update.yaml b/Ansible/update.yaml
index f728f0859b83d80fbd04eb9244f11778d2156e89..136b095f64416d862b4d48e9c8515ef71d1c46cb 100644
--- a/Ansible/update.yaml
+++ b/Ansible/update.yaml
@@ -141,7 +141,6 @@
 
 - name: Reboot wireless access point
   hosts:
-    - ea6350
     - mr8300
   tasks:
     - name: Reboot
@@ -155,7 +154,7 @@
 
 - name: Reboot the rest
   hosts:
-    - all:!ns1:!ea6350:!mr8300
+    - all:!ns1:!mr8300
   tasks:
     - name: Wait to re-establish the connection
       wait_for_connection:
diff --git a/Ansible/wap.yaml b/Ansible/wap.yaml
index 5c1bddb1cc0987f531f75023503a5f5f7af2948c..6b2609e2d3e95ada00cfe07ab383a66c8627f6a8 100644
--- a/Ansible/wap.yaml
+++ b/Ansible/wap.yaml
@@ -1,6 +1,5 @@
 ---
 - hosts:
-    - ea6350
     - mr8300
   roles:
     - wap