summaryrefslogtreecommitdiffstats
path: root/callback_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Cross the TsPatrick Uiterwijk2017-08-161-1/+1
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* Turns out that now ansible has a callback.json, but we mean the upper jsonPatrick Uiterwijk2017-08-162-0/+4
| | | | Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
* This is in ansible 2.0, no need to duplicateKevin Fenzi2016-02-091-40/+0
|
* Rename method correctly for new APIToshio くらとみ2016-02-021-1/+1
|
* Think I've found the variablemanager nowToshio くらとみ2016-01-302-13/+4
|
* On the trail of varmanagerToshio くらとみ2016-01-301-3/+6
|
* Some more attribute fixupsToshio くらとみ2016-01-302-4/+10
|
* Some attributes have moved to other objects in v2Toshio くらとみ2016-01-302-20/+35
|
* Introspect to see what attributes are available to usToshio くらとみ2016-01-301-0/+4
|
* Fix setting of playbookToshio くらとみ2016-01-301-7/+11
|
* fedmsg callback ported to v2Toshio くらとみ2016-01-301-0/+104
|
* Call the superclas so that we can see that it was invokedToshio くらとみ2016-01-301-1/+3
|
* logdetail callback plugin ported to ansible-2.0 and modify old logdetail ↵Toshio くらとみ2016-01-302-0/+268
| | | | plugin so it won't run automatically in 2.0
* Make callbacks ansible 2.0 compatibleToshio くらとみ2016-01-292-2/+13
|
* Revert "Try adding this to get 2.0 compatibility."Kevin Fenzi2015-12-132-2/+0
| | | | This reverts commit 449cc434462ce27a37693b2cd8932b38f708cf95.
* Try adding this to get 2.0 compatibility.Kevin Fenzi2015-12-132-0/+2
|
* 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
|