Commit Graph

19 Commits (caefc20f160e2dece37d883fea98c94f5bd89379)

Author SHA1 Message Date
Michael DeHaan 8c4161d4a1 Merge branch 'retf_py' of git://github.com/berendt/ansible into devel
Conflicts:
	lib/ansible/inventory/vars_plugins/group_vars.py
	plugins/callbacks/mail.py
10 years ago
Chris Church afbc7f8a0f Change parameter from pattern to name for playbook_on_play_start in example callback plugins. 10 years ago
Chris Church 955dadf743 Remove runner_on_error callback that is never used. 10 years ago
Christian Berendt 6676720ce5 fixed typos found by RETF rules in PY files
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
10 years ago
Mahemoff 1640788f30 Remove debugging line (hipchat notification) 10 years ago
Mahemoff 989913bc21 Change hipchat notification default to true 10 years ago
Mahemoff b4053b67d1 Make hipchat "notify" flag optional (default off) 10 years ago
Matt Martz c3667b7b51 First pass at hipchat example callback plugin 10 years ago
Michael Scherer 12bf9a8b69 add a way for callback to disable itself
The idea is that some plugin would not be called in some
specific case, and the callback should decide by itself.

Having a way to globally disable it is much cleaner than
disabling every method one by one on the plugin side.

My use case is for fedora-infrastructure that cannot be run
from git checkout since it try to connect to the message bus,
but another case would be to bootstrap infrastructure, or to
run the code on a test servers without having all the callback
infrastructure setup.
11 years ago
Chris Church d1de7839d7 Renamed on_no_hosts_matched/on_no_hosts_remaining to correct names in noop callback, added methods to callback plugin examples. 11 years ago
Michael DeHaan d1ac527fb1 Add note about new logging feature in example plugin. 11 years ago
Michael DeHaan 53ac0bbec2 Instantiate callback plugins only once so we can set play/task objects on them and they'll stick. 11 years ago
Daniel Hokka Zakrisson f12dbd431a Don't remove invocation from the result in the log callback
Fixes #2064.
12 years ago
Rodney Quillo 395093e0bf Move default arguments to the end of the function call. 12 years ago
Rodney Quillo 7ae100611c Adding default on vars_prompt 12 years ago
Dag Wieers 8323a03fa1 Improve the mail callback to support differing failures
Since callbacks are called with different argument-types, we have to be careful. We support two different distinct cases:

 - The error information can be in one ore more of the following items (msg, stderr or stdout)
 - The res/msg value returned can be a string or a list
12 years ago
Dag Wieers de34c7c133 This should set the sender properly. 12 years ago
Dag Wieers bb58d3f20c Example plugin to send out mails on error
This is useful mostly for playbooks that run unattended and for a limited set of systems. In case of provisioninging this plugin (together with a final mail action) helps to get notified when something went wrong, or when the installation finished successfully.

Unfortunately, there is no way to enable/disable a plugin from a playbook. So installing the plugin means all other use-cases (provisioning, troubleshooting, reporting or management) all send mails on failure. Something we may want to fix in the future...
12 years ago
Michael DeHaan 41dd4a1f93 Merge plugins tree 12 years ago