summaryrefslogtreecommitdiff
path: root/lib/ansible/callbacks.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5555 from sivel/expose-playbook-to-callbackMichael DeHaan2014-04-031-0/+6
|\
| * Expose the playbook to callback pluginsMatt Martz2014-01-081-0/+6
* | Micro-optimization: replace s.find(x)!=-1 with x in sCristian Ciupitu2014-03-161-1/+1
* | Filter out messages that match the pattern username:password@hostJames Cammarata2014-02-131-0/+1
* | Open LOG_LOCK file with FD_CLOEXEC to prevent file descriptor leakageJames Cammarata2014-02-101-3/+10
|/
* Update various copyrights. Not complete, but sufficient.Michael DeHaan2014-01-041-1/+1
* Prevent UnicodeEncodeErrorcavassin2013-12-051-2/+8
* Fixes #4852 properly evaluate log_path writabilityJames Tanner2013-11-181-1/+1
* Fixes #4561 Compare task name without role prefix for start-at-taskJames Tanner2013-10-251-0/+5
* Added "debug: var=variableName" capability.Michael DeHaan2013-10-141-4/+4
* Merge pull request #3827 from mscherer/disable_callbacksMichael DeHaan2013-10-121-0/+4
|\
| * add a way for callback to disable itselfMichael Scherer2013-08-141-0/+4
* | Deprecation warnings of several flavors, nice and purple and can be disabledMichael DeHaan2013-10-111-1/+5
* | Pass host to runner_on_file_diff callbackAndrey Shorin2013-10-071-1/+1
* | Optionally display Skipping [host] messages.James Martin2013-09-261-11/+12
* | Added support for -vvvv to enable ssh connection debuggingJames Cammarata2013-09-191-0/+3
* | Add failed_when module variable.Hiroaki Nakamura2013-09-101-1/+1
|/
* These fields are booleans.Michael DeHaan2013-08-101-4/+2
* PEP8 indent fixMichael DeHaan2013-08-031-2/+2
* Only use LOG_LOCK in log_flock if a runner is not specifiedJames Cammarata2013-08-031-2/+11
* Remove variable per pyflakesMichael DeHaan2013-07-201-2/+2
* Improve interlaced output prevention when asking for host key approval.Michael DeHaan2013-07-041-33/+47
* Merge branch 'callbackinit' of git://github.com/sergevanginderachter/ansible ...Michael DeHaan2013-06-181-1/+5
|\
| * add support for callback_plugins/ relative to playbookSerge van Ginderachter2013-06-121-1/+5
* | Print the default value if one is provided.Scott Sturdivant2013-06-171-1/+3
|/
* fix utf-8 named task failed with --step.WAKAYAMA Shirou2013-06-031-1/+2
* Allow cowsay to be removed mid playbook run.Michael DeHaan2013-06-011-19/+29
* hide magic variables used bin/ansible outputSerge van Ginderachter2013-05-271-0/+4
* Make debug module always verbose in playbooksSerge van Ginderachter2013-05-251-1/+3
* If ansible is configured to use a log file but cannot write to it, exit, but ...Michael DeHaan2013-05-191-1/+8
* changed lockfile to be opened in write mode (solaris for one doesn't likeBrian Coca2013-05-151-4/+1
* Remove duplicate import.Michael DeHaan2013-05-111-1/+0
* Indentation.Michael DeHaan2013-05-111-7/+7
* BUGFIX - --start-at-task= works only with --stepJames Cammarata2013-05-051-0/+1
* Slightly refine log output to include username in addition to pid.Michael DeHaan2013-04-281-2/+4
* add pid to logMatt Coddington2013-04-271-3/+5
* Cows don't need to display brackets around strings.Michael DeHaan2013-04-271-0/+4
* Merge branch 'nocows' of git://github.com/jpmens/ansible into develMichael DeHaan2013-04-271-0/+2
|\
| * Make ANSIBLE_NOCOWS configurableJan-Piet Mens2013-04-231-1/+2
* | Adds a logfile for ansible playbooks that can be set by the environment or co...Michael DeHaan2013-04-271-9/+23
* | Restructure output to prevent rare cases of interlaced I/O in multiprocessing...Michael DeHaan2013-04-271-65/+99
|/
* Instantiate callback plugins only once so we can set play/task objects on the...Michael DeHaan2013-04-201-1/+16
* implement --start-at-task option to hop to a specific task before starting ru...Seth Vidal2013-04-091-2/+10
* Decided I liked the asterisksMichael DeHaan2013-04-061-6/+6
* Modify output banners to have constant length and use dashes insteadMichael DeHaan2013-04-061-1/+5
* Remove obsolete commentMichael DeHaan2013-04-061-8/+0
* when --step isn't specified make sure to print the bannerSeth Vidal2013-03-111-1/+2
* add --step option to ansible-playbooks to let people step through a playbookSeth Vidal2013-03-111-1/+14
* Merge branch 'madcow2' of git://github.com/bcoca/ansible into develMichael DeHaan2013-03-011-3/+14
|\
| * added random cow pick through ANSIBLE_COW_SELECTION env varBrian Coca2013-02-261-3/+14