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
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"
}
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']"
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
--
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 ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/a2a59ad5-fcea-4d84-8f09-ec954da750cf%40googlegroups.com.
--
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 ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/9b3c09f7-0010-4fd3-a78c-7551c74c4b02n%40googlegroups.com.