Simpler host naming
diff --git a/cloudlab-compute.yml b/cloudlab-compute.yml
index 35006b0..016951e 100644
--- a/cloudlab-compute.yml
+++ b/cloudlab-compute.yml
@@ -1,5 +1,5 @@
 ---
-- hosts: cloudlab-head
+- hosts: head
   sudo: no
   tasks:
   - pause: "Install nova-compute on all unused machines managed by Juju"
@@ -17,7 +17,7 @@
     script: scripts/wait-for-services.sh
 
 # Play: set up ansible-pull for OpenCloud-specific files on nova-compute nodes
-- hosts: cloudlab-compute
+- hosts: compute
   sudo: yes
   vars: