I’ve done this by using a template. But I don’t have access to my work system to get you an example. I can get one later or over the weekend if you’d like.
As i can see in document ara Sends playbook execution data to the ARA API internally or over HTTP
but I want output in control node so is there any way to do same
As i can see in document ara Sends playbook execution data to the ARA API internally or over HTTP
but I want output in control node so is there any way to do same
The output can be stored in a local database, see "ARA is offline and decentralized by default.".
There was a talk about this at a London ansible meetup in 2019.
The speaker wrote a callback plugin to return CSV formatted ansible output. I think the PR got declined but you could write something similar for your use case.