Nice idea. I haven't seen anything like that.
You might be able to do it by creating a custom callback plugin, although I've not investigated whether --list-task would actually generate any callback events. I'd be tempted to do something quick and dirty like this: echo "<!DOCTYPE html><html lang="en"><head>" > deployment_plan.html echo "<title>Deployment Plan</title></head><body><pre>" >> deployment_plan.html ansible-playbook site.yml --list-tasks >> deployment_plan.html echo "</pre></body></html>" >> deployment_plan.html Hope this helps, Jon On Thursday, 7 April 2016 17:44:38 UTC+1, Stanley Kamithi wrote: > > Is there a plugin that exists, or a feature in the works, where I can do > something like this > > -- > ansible-playbook --list-tasks --format html site.yml > --- > > If this feature is not there, and someone else is working on it, I would > love to help out. > > Having this feature will save me time in documenting build scenarios. > > > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/4294e6a4-b8f9-432d-819a-93449ce83ffe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
