I see that the ansible program has the option of saving it’s output in a logfile somewhere: -t TREE, --tree=TREE log output to this directory
But ansible-playbook seems to miss such a feature.
I’d like to be able to have other people in our team review what my playbook session did (And vice-versa). Is there a proper way of doing so? Or should I invest some time in a callback plugin?
Agreed but there not commented, and way above my python-skilzzz ( )
I’m a stinking old Linux admin with Bash skils, so I’ll be creating my callbacks in Bash, but I do not know how the whole thing works.
I mean, what do I do to have the callback run, and what get’s passed to it and it what form, etc??
Comments, well, it's intended that you read the source and see where
the individual names come up if you need more understanding. They are
intentionally rather low level.