I am working on callback plugin https://docs.ansible.com/ansible/latest/plugins/callback.html and found I can control to whitelist a specific callback plugin like this way in a playbook run.
ANSIBLE_CALLBACK_WHITELIST=notify_me ansible-playbook node-build.yml
I am looking for anyone who has done or an idea to do so with AWX (Ansible Tower).