I'm not going to make tree work this way anymore, but I am considering
making a configurable path in the config file, where we could have a
per-host log for what happens to individual hosts.
Basically think /var/log/ansible/hosts/$hostname.log
And you would see both the operations executed and the returns for
each host. I'd probably intend to make this generally parseable
with each log entry remaining JSON.
(I don't think this requires modular callbacks as it's something I
would want to include in core. It would not require any special CLI
flags)
(There's also syslog logging on the remote hosts already)