Index of all Stdout Callback Plugins
See Index of all Callback Plugins for the list of all callback plugins.
ansible.builtin
- ansible.builtin.default – default Ansible screen output 
- ansible.builtin.minimal – minimal Ansible screen output 
- ansible.builtin.oneline – oneline Ansible screen output 
ansible.posix
- ansible.posix.debug – formatted stdout/stderr display 
- ansible.posix.json – Ansible screen output as JSON 
- ansible.posix.jsonl – Ansible screen output as JSONL (lines in json format) 
- ansible.posix.skippy – Ansible screen output that ignores skipped status DEPRECATED: REMOVED AFTER 2024-12-05 
community.general
- community.general.counter_enabled – adds counters to the output items (tasks and hosts/task) 
- community.general.default_without_diff – The default ansible callback without diff output 
- community.general.dense – minimal stdout output 
- community.general.diy – Customize the output 
- community.general.null – do not display stuff to screen 
- community.general.selective – only print certain tasks 
- community.general.timestamp – Adds simple timestamp for each header 
- community.general.unixy – condensed Ansible output 
- community.general.yaml – YAML-ized Ansible screen output DEPRECATED 
