0 votes
in DevOps by
What is the callback modules in ansible, give a few instances of some callback modules?

1 Answer

0 votes
by

Callback modules empower adding new practices to Ansible when reacting to occasions. As a matter of course, callback modules control the greater part of the yield you see when running the direction line programs, yet can likewise be utilized to include an extra yield, coordinate with different instruments and marshall the occasions to a capacity backend. So at whatever point a play is executed and after it delivers a few occasions, that occasions are imprinted onto Stdout screen, so callback module can be put into any capacity backend for log handling.

Precedent callback modules are ansible-logstash, where each playbook execution is gotten by logstash in the JSON position and can be incorporated some other backend source like elasticsearch.

Related questions

0 votes
asked Dec 28, 2019 in Ansible by mohankoshal
0 votes
asked Aug 24, 2019 in Ansible by rahulsharma
...