# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
DebugStdoutCallback formatted stdout/stderr output.
DefaultStdoutCallback default ansible screen output.
DenseStdoutCallback dense stdout output.
JSONStdoutCallback ansible screen output as json.
MinimalStdoutCallback minmal ansible screen output.
NullStdoutCallback don't display stuff to screen.
OnelineStdoutCallback oneline ansible screen output.
StderrStdoutCallback splits output, sending failed tasks to stderr.
TimerStdoutCallback adds time to play stats.
YAMLStdoutCallback yamlized ansible screen output.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
ExecutorQuietStdoutCallbackSetter extends the ExecutorStdoutCallbackSetter interface by adding a method to force the non-verbose mode in the Stdout Callback configuration.
ExecutorStdoutCallbackSetter extends the executor interface by adding methods to configure the Stdout Callback configuration.