README.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. ===============
  2. ansible-profile
  3. ===============
  4. An Ansible plugin for timing tasks.
  5. Usage
  6. ^^^^^
  7. Make a directory called `callback_plugins` next to your playbook and put `profile_tasks.py` inside of it.
  8. .. code-block:: bash
  9. mkdir callback_plugins
  10. cd callback_plugins
  11. wget https://raw.githubusercontent.com/jlafon/ansible-profile/master/callback_plugins/profile_tasks.py
  12. Now, run your playbook just as you normally would!
  13. .. code-block:: bash
  14. ansible <args here>
  15. <normal output here>
  16. PLAY RECAP ********************************************************************
  17. really slow task | Download project packages-----------------------------11.61s
  18. security | Really slow security policies-----------------------------------7.03s
  19. common-base | Install core system dependencies-----------------------------3.62s
  20. common | Install pip-------------------------------------------------------3.60s
  21. common | Install boto------------------------------------------------------3.57s
  22. nginx | Install nginx------------------------------------------------------3.41s
  23. serf | Install system dependencies-----------------------------------------3.38s
  24. duo_security | Install Duo Unix SSH Integration----------------------------3.37s
  25. loggly | Install TLS version-----------------------------------------------3.36s