From 92a2825d9edc1d01f88e08cebb144d11b1c7c776 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 28 Jan 2023 21:26:24 +0100 Subject: Add profiling --- personal_infra/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/personal_infra/ansible.cfg b/personal_infra/ansible.cfg index 8cdc47f5..c7e2ae61 100644 --- a/personal_infra/ansible.cfg +++ b/personal_infra/ansible.cfg @@ -1,6 +1,7 @@ [defaults] inventory = inventory vault_password_file = vault_password +callbacks_enabled = ansible.posix.profile_tasks # 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