aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-08-07 21:35:34 +0200
committeralexpdp7 <alex@corcoles.net>2024-08-07 21:37:06 +0200
commit9c5e42508f32fe2b0155e22d5d4662ee47f1a818 (patch)
treec471c59ab4fbb80d4c65c6b85ce4cccc248ded5f
parent97fb6ad698d72d653ca2b8f1cd598bbd16e1a23a (diff)
Silence Python warnings
-rw-r--r--personal_infra/ansible.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/personal_infra/ansible.cfg b/personal_infra/ansible.cfg
index 94404840..b6211327 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