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/ssh-config b/provisioner/ssh-config new file mode 100644 index 0000000..990a43d --- /dev/null +++ b/provisioner/ssh-config
@@ -0,0 +1,3 @@ +Host * + StrictHostKeyChecking no + UserKnownHostsFile=/dev/null