From 2267707e9a7314391a009baaf4ce2b8424e469e2 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 22 Jan 2023 22:20:55 +0100 Subject: Disable host_key_checking --- personal_infra/ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/personal_infra/ansible.cfg b/personal_infra/ansible.cfg index 9ac04453..8cdc47f5 100644 --- a/personal_infra/ansible.cfg +++ b/personal_infra/ansible.cfg @@ -1,3 +1,6 @@ [defaults] inventory = inventory vault_password_file = vault_password + +# TODO: Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add this host's fingerprint to your known_hosts file to manage this host. +host_key_checking = False -- cgit v1.2.3