Ansible callback plugins enable adding new behaviors to Ansible when responding to events. By default, callback plugins control most of the output we see when running the command line programs, but can also be used to add additional output, integrate with other tools and marshal the events to a storage backend.
Continue reading “How to use Ansible callback plugins?”