cdillc.splunk.asis callback – As-is Ansible screen output

Note

This callback plugin is part of the cdillc.splunk collection (version 0.26.1).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install cdillc.splunk.

To use it in a playbook, specify: cdillc.splunk.asis.

New in cdillc.splunk v0.19.4

Callback plugin

This plugin is a stdout callback. You can use only use one stdout callback at a time. Additional aggregate or notification callbacks can be enabled though. See Callback plugins for more information on callback plugins.

Synopsis

  • This output callback will simply dump the values of stdout, stderr, and msg fields to the screen, as is.

  • Setting the ‘no_log’ directive on a task will hide it from the output entirely.

  • Failures and warnings are still displayed. These are borrowed from the ‘minimal’ callback plugin.

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.