ansible.builtin.tree callback – Save host events to files
Note
This callback plugin is part of ansible-core
and included in all Ansible installations. In most cases, you can use the short plugin name tree
. However, we recommend you use the Fully Qualified Collection Name (FQCN) ansible.builtin.tree
for easy linking to the plugin documentation and to avoid conflicting with other collections that may have the same callback plugin name.
Callback plugin
This plugin is a notification callback. It sends information for a playbook run to other applications, services, or systems. See Callback plugins for more information on callback plugins.
Synopsis
- 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 command line option.
Requirements
The below requirements are needed on the local controller node that executes this callback.
- invoked in the command line
Parameters
Parameter | Comments |
---|---|
directory path added in ansible-core 2.11 | directory that will contain the per host JSON files. Also set by the Default: Configuration:
|
Hint
Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.
Collection links
© 2012–2018 Michael DeHaan
© 2018–2024 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/ansible/builtin/tree_callback.html