From fee97e57a5157a3d60f0f699cf04998d2afe30ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= <131643404+ByeonJungHun@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:04:26 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/security_check/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/security_check/ansible.cfg b/ansible/security_check/ansible.cfg index 9664248..72043f1 100644 --- a/ansible/security_check/ansible.cfg +++ b/ansible/security_check/ansible.cfg @@ -6,3 +6,4 @@ deprecation_warnings = false display_skipped_hosts = no ansible_home = . stdout_callback = debug +host_key_checking = False