Support multi-node CORD install
diff --git a/inventory/multi-localhost b/inventory/multi-localhost
new file mode 100644
index 0000000..66a54f4
--- /dev/null
+++ b/inventory/multi-localhost
@@ -0,0 +1,11 @@
+[head]
+localhost
+
+[head:vars]
+ansible_ssh_user=admin
+
+# Add compute nodes here as they are provisioned
+[compute]
+
+[compute:vars]
+ansible_ssh_user=ubuntu