]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Use the profile_tasks plugin 274/head
authorZack Cerza <zack@redhat.com>
Mon, 1 Aug 2016 22:45:47 +0000 (16:45 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 2 Aug 2016 15:09:00 +0000 (09:09 -0600)
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 <zack@redhat.com>
ansible.cfg

index 31accbc13e799d71ab3b1988dfd2a1318c28f7af..4de2e6fac83a735f109b0614d30339ed8d6b492f 100644 (file)
@@ -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