Browse code

updated callback plugins info

Brian Coca authored on 2015/11/17 04:29:52
Showing 1 changed files
... ...
@@ -285,6 +285,11 @@ newline being stripped you can change your playbook like this:
285 285
 
286 286
 * docker: for talking to docker containers on the ansible controller machine without using ssh.
287 287
 
288
+####New Callbacks:
289
+
290
+* logentries: plugin to send play data to logentries service
291
+* skippy: same as default but does not display skip messages
292
+
288 293
 ###Minor changes:
289 294
 
290 295
 * Many more tests. The new API makes things more testable and we took advantage of it.