How can get a ansible output like a report for no technical audience

Hi ,

I would you ask some suggestion how can get a ansible output like a report for no technical audience.

I mean , the recap report is too ansible-operators ,the standardoutput is not coherent due to depends what are you running for …

So , i can get a report of execution and state about my ansible tasks ran by ansible-plyabook command ?

Thank you ,
Stefano L.

The output of Ansible is controlled by callback plugins, there are many of them you can try
https://docs.ansible.com/ansible/latest/plugins/callback.html#plugin-list

If non is to your liking you can always create your own.

To get nice reports, but they are quite "technical", you also have ARA
https://ara.recordsansible.org/

ty sir