Ansible callback

Hello All,

Can anyone help me on this. I have requirement that send notify to LogicMonitor if any unexpected results are returned by ansible. I have checked supported callback module there I couldn’t find any module for logicmonitor. Please help me one this how can I achieve this. If it can be achieved by writing custom callback plugin please share me good ref links how can write custom callback plugin for this one. Thanks in advance.

Hey Jegan,

I’ve had some luck building a custom ansible-runner plugin rather than building a custom callback.

https://ansible-runner.readthedocs.io/en/latest/external_interface.html

Only other way I know especially high degree of control and visibility