commit | 3a1d064e24d429ff8da8da5c5c53d4e2e9ec1b87 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Fri Jul 01 14:11:39 2016 -0400 |
committer | Andy Bavier <andy@onlab.us> | Fri Jul 01 14:11:39 2016 -0400 |
tree | 53b48cfda38be499e952240656a010b7c57dd659 | |
parent | d34d27548c91fb6ffcd1eae275f167e1e9f9f23a [diff] [blame] |
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