From 9c5e42508f32fe2b0155e22d5d4662ee47f1a818 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 7 Aug 2024 21:35:34 +0200 Subject: [PATCH] Silence Python warnings --- personal_infra/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/personal_infra/ansible.cfg b/personal_infra/ansible.cfg index 9440484..b621132 100644 --- a/personal_infra/ansible.cfg +++ b/personal_infra/ansible.cfg @@ -2,6 +2,7 @@ inventory = inventory vault_password_file = vault_password callbacks_enabled = ansible.posix.profile_tasks +interpreter_python = auto_silent # 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 -- 2.47.3