From a3d80062f584dc17725ec61cb0570863471119b5 Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Fri, 12 Nov 2021 12:02:17 +0100 Subject: [PATCH] Ignore SSH host keys These playbooks are for testing/teaching - NOT for production! --- ansible.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index f074541..6e89840 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -12,6 +12,8 @@ fact_caching = yaml fact_caching_connection = ./.facts gathering = smart +host_key_checking = false + [colors] verbose = bright blue error = bright red