ansible-runner
ansible-runner copied to clipboard
Feature to log time spent in different phases of ansible-runner run lifecycle
It would be great if ansible-runner could print/log time spent in different phases/stages of ansible-runner run like:
1.) starting the container 2.) running the playbook 3.) tearing down the container 4.) etc
This will be really useful for measuring the performance of ansible-runner at different phases/stages
The current design is very ill-suited for capturing the image pull time. You could get the started time from the started callback and then measure difference between that callback and the first event callback, but this is a very indirect means of getting the measurement.