package
2.0.0-20240523065448-af3797a14a8c
Repository: https://github.com/okestro-community-dev/go-ansible.git
Documentation: pkg.go.dev

# 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.