Package backend :: Module dispatcher :: Class SilentPlaybookCallbacks
[hide private]
[frames] | no frames]

Class SilentPlaybookCallbacks

source code


playbook callbacks - quietly!

Instance Methods [hide private]
 
__init__(self, verbose=False) source code
 
on_start(self) source code
 
on_notify(self, host, handler) source code
 
on_no_hosts_matched(self) source code
 
on_no_hosts_remaining(self) source code
 
on_task_start(self, name, is_conditional) source code
 
on_vars_prompt(self, varname, private=True, prompt=None, encrypt=None, confirm=False, salt_size=None, salt=None) source code
 
on_setup(self) source code
 
on_import_for_host(self, host, imported_file) source code
 
on_not_import_for_host(self, host, missing_file) source code
 
on_play_start(self, pattern) source code
 
on_stats(self, stats) source code