From 44d510dd37261c74e306d69bd7abe14e9f0f9698 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 1 Aug 2016 16:45:47 -0600 Subject: [PATCH] Use the profile_tasks plugin This will cause ansible to display timing information for tasks, allowing us to see what's slow and potentially improve speed. I've been using this locally for a while now. It's nice. Signed-off-by: Zack Cerza --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 31accbc1..4de2e6fa 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -4,6 +4,7 @@ ansible_managed = This file is managed by ansible, don't make changes here - the # be changed when it lives in a production environment vault_password_file = ~/.vault_pass.txt timeout = 120 +callback_whitelist = profile_tasks [ssh_connection] retries = 5 -- 2.47.3