summaryrefslogtreecommitdiffstats
path: root/callback_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Kill that whitespace more carefully.Ralph Bean2015-02-021-1/+6
|
* Make sure to strip any newlines off the name.Ralph Bean2015-02-021-1/+1
|
* and we make logfile names suck less.Stephen Smoogen2015-01-131-1/+2
|
* Catch and ignore fedmsg warnings about multiple initializations.Ralph Bean2014-06-301-1/+8
|
* Add a profile thing for a few runs.Kevin Fenzi2014-06-231-0/+40
|
* Change all the old first_available_file to with_first_foundKevin Fenzi2014-06-121-1/+1
|
* This might just be fixed.Ralph Bean2014-05-081-2/+0
|
* Debug fedmsg callback_plugin.Ralph Bean2014-05-081-5/+7
|
* only_if is going bye bye.Kevin Fenzi2014-01-241-1/+1
|
* Lets make this a _ to be nicerKevin Fenzi2014-01-221-1/+1
|
* Try to silence fedmsg for --check runs.Ralph Bean2014-01-221-0/+7
|
* Add check diff to ansible loggingKevin Fenzi2014-01-221-1/+5
|
* Use the correct topic.Ralph Bean2013-08-061-1/+1
|
* Use the shell cert.Ralph Bean2013-08-061-1/+1
|
* Rename that to avoid import conflict.Ralph Bean2013-08-061-0/+0
|
* Add forgotten import.Ralph Bean2013-08-061-0/+1
|
* Typofix.Ralph Bean2013-08-061-1/+1
|
* Try adding a callback plugin for fedmsg.Ralph Bean2013-08-061-0/+78
|
* Remove trailing whitespace.Ralph Bean2013-08-061-24/+24
|
* make sure we ALWAYS get the useridSeth Vidal2013-07-081-0/+2
|
* it's a dict not an object, dumbassSeth Vidal2013-07-051-1/+1
|
* try to make log detail show check vs actual changesSeth Vidal2013-07-051-1/+5
|
* try os.getlogin() first then fall back to os.geteuid()Seth Vidal2013-07-041-1/+5
|
* add patch from jp mens to fix os.getlogin() when running w/o a tty :)Seth Vidal2013-07-041-3/+6
|
* add task_userid to any task not just ansible_cmdSeth Vidal2013-07-031-2/+0
|
* make pid a strSeth Vidal2013-07-031-1/+1
|
* new sub path for logs:Seth Vidal2013-07-031-4/+4
| | | | | /var/log/ansible/$playbook_name/YYYY/MM/DD/HH.mm.SS/<logs here> make the playbook.info file be playbook-$PID.info
* add info on who wrote thisSeth Vidal2013-07-031-2/+2
|
* add a playbook_start and end var to the pb infoSeth Vidal2013-07-011-0/+2
|
* try a tab, for funSeth Vidal2013-07-011-1/+1
|
* unreachable returns a string :(Seth Vidal2013-07-011-2/+7
|
* data not resSeth Vidal2013-06-281-1/+1
|
* add userid into non-playbook task logsSeth Vidal2013-06-281-0/+3
|
* make logdetail play better with ansible direct commandsSeth Vidal2013-06-281-5/+6
|
* don't add the module invocationSeth Vidal2013-06-281-1/+2
| | | | and check {{ }} syntax in the logger
* not 750, 0750Seth Vidal2013-06-281-1/+1
|
* add dir permsSeth Vidal2013-06-281-5/+10
| | | | fix file import notifications
* add logdetail callback plugin - hopefully this will not break for usSeth Vidal2013-06-281-0/+256
|
* fix up first_found as it is upstreamSeth Vidal2013-04-181-0/+1
add callback_plugins path