commit | 10b0c11fb33280b59d69316065d484d217250f27 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Tue May 24 13:17:23 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Tue May 24 13:17:23 2016 -0700 |
tree | 39a9ab7d22a7f0d6b9186912d86fa977d2a0158b | |
parent | 3b3fda01d9886cc23e1198da7729c33770dc7040 [diff] |
updated to allow deployment to be driven by a configuration file
diff --git a/roles/head-node/files/compute-node.yml.j2 b/roles/head-node/files/compute-node.yml.j2 new file mode 100644 index 0000000..4a6a50d --- /dev/null +++ b/roles/head-node/files/compute-node.yml.j2
@@ -0,0 +1,4 @@ +- hosts: all + remote_user: ubuntu + roles: + - {{ provision.role }}