diff --git a/ansible/compute.yml b/ansible/login.yml
similarity index 100%
rename from ansible/compute.yml
rename to ansible/login.yml
diff --git a/openstack-login/nodeimage.pkr.hcl b/openstack-login/nodeimage.pkr.hcl
index 008b7683c26e97119664bfbb03c19ea7d8ee8fcf..fd6b35ee3c2be27e5fd4f353f0a1a47e27d06103 100644
--- a/openstack-login/nodeimage.pkr.hcl
+++ b/openstack-login/nodeimage.pkr.hcl
@@ -48,7 +48,7 @@ build {
     use_proxy     = false
     user          = var.ssh_username
     groups        = ["compute"]
-    playbook_file = "./ansible/compute.yml"
+    playbook_file = "./ansible/login.yml"
     roles_path    = "./ansible/roles"
     extra_arguments = [
       "--extra-vars", "root_ssh_key='${var.root_ssh_key}'"