CORD-1151
remove variables set in platform-install by profile_manifest
generate config on build node
reorder build slightly

Change-Id: I6dadebda073a98e1b74420fc13ad7dd683dfc343
diff --git a/ansible/cord-inv b/ansible/cord-inv
index c0ec4c8..9994c8e 100644
--- a/ansible/cord-inv
+++ b/ansible/cord-inv
@@ -1,6 +1,11 @@
 [head]
 ${headnode_ip} ansible_user=${headnode_user} ansible_ssh_pass=${headnode_pass} ansible_port=${headnode_port}
 
-[compute]
+[build]
+localhost ansible_connection=local
 
+[config]
+localhost ansible_connection=local
+
+[compute]