commit | 16d76511f32a394546857682e4329a3c20abf761 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@cs.arizona.edu> | Tue Feb 14 10:00:33 2017 -0700 |
committer | Zack Williams <zdw@cs.arizona.edu> | Tue Feb 14 10:00:33 2017 -0700 |
tree | 566aee45e30a66b3f8c58542464b554d59722c75 | |
parent | 5de1ea1f1e7ae7dc89cbd342afe61bb02246505b [diff] |
Supply username for compute node admin account in inventory Change-Id: Ie6a82a6eca975c1ccadb101fd1f46dc28e3128f1
diff --git a/roles/head-node/templates/pod-inventory b/roles/head-node/templates/pod-inventory index 89c368f..3b8d6bb 100644 --- a/roles/head-node/templates/pod-inventory +++ b/roles/head-node/templates/pod-inventory
@@ -22,7 +22,8 @@ fi cat << EO_TAIL - ] + ], + "vars" : { "ansible_user": "ubuntu" } } } EO_TAIL