From 6a9370f4378623ca67ccebb0328e7b320bfc6717 Mon Sep 17 00:00:00 2001 From: Simon Zernisch Date: Tue, 13 Jun 2023 22:39:20 +0200 Subject: [PATCH] disable host key checking --- ansible.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 064a318..cbca067 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -4,4 +4,5 @@ inventory = hosts.yml vault_password_file = ~/.ansible/vault_pass.txt private_key_file=~/.ssh/ansible fact_caching = jsonfile -fact_caching_connection = facts/ \ No newline at end of file +fact_caching_connection = facts/ +host_key_checking = False \ No newline at end of file