mhansen / ansible-trace

Visualise Ansible execution time across playbooks, tasks, and hosts.
GNU General Public License v3.0
97 stars 3 forks source link

Add role level #18

Open louisquentinjoucla opened 2 years ago

louisquentinjoucla commented 2 years ago

:wave: everyone !

I'd like to do like #3 but for roles. I cannot see hooks that would allow us to do that easily, however I think we could manage it with some hacks.

louisquentinjoucla commented 2 years ago

:wave:,

image

This is going well, the only matter is on some edge cases, some role duration events can have the same id when using Ansible uuid. I have to rework test functions to take that in account.