1. 01 Jul, 2014 2 commits
  2. 03 May, 2014 1 commit
  3. 29 Apr, 2014 1 commit
  4. 19 Mar, 2014 3 commits
  5. 11 Mar, 2014 1 commit
  6. 14 Aug, 2013 1 commit
    • add a way for callback to disable itself · 12bf9a8b
      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.
      Michael Scherer committed
  7. 09 Jun, 2013 1 commit
  8. 27 Apr, 2013 1 commit
  9. 20 Apr, 2013 1 commit
  10. 12 Feb, 2013 1 commit
  11. 19 Jan, 2013 1 commit
  12. 18 Jan, 2013 1 commit
  13. 06 Nov, 2012 1 commit
  14. 12 Oct, 2012 1 commit
  15. 10 Oct, 2012 1 commit
    • Example plugin to send out mails on error · bb58d3f2
      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...
      Dag Wieers committed