From fe6985b09351d806464b08483477ea7091c47958 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 20 Feb 2020 09:53:57 +0100 Subject: [PATCH] copr-fe-dev-aws: hack to not change DNS --- inventory/host_vars/copr-fe-dev.aws.fedoraproject.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/host_vars/copr-fe-dev.aws.fedoraproject.org b/inventory/host_vars/copr-fe-dev.aws.fedoraproject.org index c450ee12bf..e7f5425905 100644 --- a/inventory/host_vars/copr-fe-dev.aws.fedoraproject.org +++ b/inventory/host_vars/copr-fe-dev.aws.fedoraproject.org @@ -24,3 +24,5 @@ nagios_Check_Services: swap: false ping: false raid: false + +ansible_ssh_common_args='-o StrictHostKeyChecking=no'