commit | 8352c59f89dea060818d308028358d22819e3bb2 | [log] [tgz] |
---|---|---|
author | David K. Bainbridge <dbainbri@ciena.com> | Thu Jun 02 12:48:37 2016 -0700 |
committer | David K. Bainbridge <dbainbri@ciena.com> | Thu Jun 02 12:48:37 2016 -0700 |
tree | 6d45ab0cb3b457987ce1ec3e4266491abae3578a | |
parent | 37ccf1e93222cf09d2dda44db4d315656be0c4f4 [diff] [blame] |
fixes to allow the provisioner container to run ansible on remote nodes
diff --git a/provisioner/Dockerfile b/provisioner/Dockerfile index a193758..cf4a86b 100644 --- a/provisioner/Dockerfile +++ b/provisioner/Dockerfile
@@ -32,6 +32,9 @@ apt-get update -y -m && \ apt-get install -y git ansible +RUN mkdir -p /root/.ssh +COPY ssh-config /root/.ssh/config + RUN go get github.com/tools/godep ADD . $GOPATH/src/github.com/ciena/cord-provisioner