Explain the callback plugin in Ansible.
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Please Disable the AdBlocker to Continue to the site.
Callback plugins allow you to add new behaviors to Ansible when responding to events. The majority of the output you see while executing a command line program is, by default, controlled by callback plugins. It can also be used to create more output, integrate with other tools, and so on.