diff --git a/ansible/ip-routing.yml b/ansible/ip-routing.yml
index f9d3bbd7286d30f2cd3d04e49594cfa302ce778d..6d643187de895ae8482f2130c735c13297838528 100644
--- a/ansible/ip-routing.yml
+++ b/ansible/ip-routing.yml
@@ -2,7 +2,7 @@
 # Enable IP routing in the kernel.
 
 - name: Ensure IP routing is enabled
-  hosts: seed:overcloud
+  hosts: seed
   tags:
     - ip-routing
   roles:
diff --git a/ansible/snat.yml b/ansible/snat.yml
index feab9e0411892f9c05f24d276e33c870108d9b38..23cdd0c226298227b1f208981941c8f2bbdfe97c 100644
--- a/ansible/snat.yml
+++ b/ansible/snat.yml
@@ -2,7 +2,7 @@
 # Enable SNAT using iptables.
 
 - name: Ensure SNAT is configured
-  hosts: seed:overcloud
+  hosts: seed
   tags:
     - snat
   vars: