tree - Save host events to files
- This callback is used by the Ansible (adhoc) command line option -t|–tree
- This produces a JSON dump of events in a directory, a file for each host, the directory used MUST be passed as a commadn line option.
The below requirements are needed on the local master node that executes this callback.
- invoked in the command line
Hint
If you notice any issues in this documentation you can edit this document <https://github.com/ansible/ansible/edit/devel/lib/ansible/plugins/callback/tree.py_ to improve it.