From 8287ec2d658d0d631aa3d5666dc4e1fa3367f012 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 16 Jan 2020 09:16:23 -0600 Subject: [PATCH] Don't verify host keys on multi server orchestration example. --- orchestration/inventory | 1 + 1 file changed, 1 insertion(+) diff --git a/orchestration/inventory b/orchestration/inventory index 5768da5..25e2a6f 100644 --- a/orchestration/inventory +++ b/orchestration/inventory @@ -16,3 +16,4 @@ db [multi:vars] ansible_ssh_user=vagrant ansible_ssh_private_key_file=~/.vagrant.d/insecure_private_key +ansible_ssh_common_args='-o StrictHostKeyChecking=no'