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