Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse a playbook execution log #12

Open
xanderjjj opened this issue Nov 15, 2018 · 1 comment
Open

Parse a playbook execution log #12

xanderjjj opened this issue Nov 15, 2018 · 1 comment
Labels
feature-request An issue related to a new feature

Comments

@xanderjjj
Copy link

xanderjjj commented Nov 15, 2018

It would be nice as a debugging tool if we could parse a playbook execution log and for a given host in the inventory, and colourise the tasks in the graph depending on their execution result (successful, skipped, changed, failed).
This could also be used to hide tasks that don't get run.
Suggested args --execution-log, --hostname and --hide-skipped

@haidaraM
Copy link
Owner

haidaraM commented Nov 17, 2018

Yeah that's a nice idea. Will see how this can be done. This makes me think about (https://github.com/openstack/ara) that doesn't have the graph part and use ansible callbacks

@haidaraM haidaraM added the feature-request An issue related to a new feature label Nov 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request An issue related to a new feature
Projects
None yet
Development

No branches or pull requests

2 participants