Hi,
Did you try a callback that satisfy you ?
https://docs.ansible.com/ansible/latest/plugins/callback.html
If not you should probably have to create yours...
Ansible is not the most obvious tool to create some reports... What did
you want to achieve ? If you want a proper report, perhaps use a
template to create what you want on destination nodes and after get
files back to your controller with slurp module.
Regards,
JYL
Le 06/03/2020 à 06:51, Parveen Datt a écrit :
Hi JYL,
Here is what i mean.
TASK [debug]
***********************************************************************************************************************************
ok: [192.168.56.50] => (item= 00:48:30 up 2 min,1 user,load average:
0.05, 0.06, 0.03) => {
"msg": " 00:48:30 up 2 min,1 user,load average: 0.05, 0.06, 0.03"
}
ok: [192.168.56.50] => (item=4.1.12-124.36.4.el7uek.x86_64) => {
"msg": "4.1.12-124.36.4.el7uek.x86_64"
}
Can we customize above output something like below
TASK [debug]
***********************************************************************************************************************************
"msg": "Server Uptime is -> [' 00:50:34 up 4 min,1 user,load average:
0.01, 0.04, 0.03']"
"msg": "Server Kernel is --> ['4.1.12-124.36.4.el7uek.x86_64']"
On Tuesday, March 3, 2020 at 12:55:40 PM UTC-8, Jean-Yves LENHOF wrote:
Hi,
What is nicely formatted ?
Please show on an example what you want
Regards,
JYL
Le 03/03/2020 à 21:42, Parveen Datt a écrit :
> Hi Team
>
> I have written a playbook and using debug variable we are
reading the output in multiple play. Is there any way we can
customize the output of each registered variable and print it
nicely formatted . Any suggestion would be appreciated
>
> Thx
>
--
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]
<mailto:[email protected]>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/a2a59ad5-fcea-4d84-8f09-ec954da750cf%40googlegroups.com
<https://groups.google.com/d/msgid/ansible-project/a2a59ad5-fcea-4d84-8f09-ec954da750cf%40googlegroups.com?utm_medium=email&utm_source=footer>.
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/93ee30e9-1a34-5e89-695c-4a77292025a6%40lenhof.eu.org.