From: Zack Cerza Date: Mon, 1 Aug 2016 22:45:47 +0000 (-0600) Subject: Use the profile_tasks plugin X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=44d510dd37261c74e306d69bd7abe14e9f0f9698;p=ceph-cm-ansible.git 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 --- diff --git a/ansible.cfg b/ansible.cfg index 31accbc..4de2e6f 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