You could write a callback plugin that aggregates that data, and prints out on `v2_playbook_on_stats` similarly to the way the `PLAY RECAP` is output.
On Tue, Dec 12, 2017 at 3:39 PM, <[email protected]> wrote: > I have an ansible setup that generates a set of clusters and their > configuration. > > I want to print (locally) a report showing which services were deployed, > what their credentials were, etc. > > debug won't work because the output it escaped so I get lots of \n\n ... > > a command with 'cat' won't work because it just prints 'success' . > > Any thoughts? > > -- > 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/9a7d3562-278b-401d-996c-bf3bd11b7164%40googlegroups. > com > <https://groups.google.com/d/msgid/ansible-project/9a7d3562-278b-401d-996c-bf3bd11b7164%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Matt Martz @sivel sivel.net -- 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/CAD8N0v_g9YkXNcQYFK7DLz4rhNLv4B5oHv-K1MN-0A0ZEGNiWQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
