Hi,
I am trying to find a way to send the result of an ansible to a syslog server, i am looking for send , hostname, success count and failed count in json format
I did a google but maybe my googleness is off today
Thanks
Hi,
I am trying to find a way to send the result of an ansible to a syslog server, i am looking for send , hostname, success count and failed count in json format
I did a google but maybe my googleness is off today
Thanks
Hi Adam,
Have you checked https://docs.ansible.com/ansible/latest/collections/community/general/syslog_json_callback.html ?
Thanks, i will check it out