1. 25 Jul, 2013 1 commit
  2. 05 Jul, 2013 2 commits
  3. 02 Jul, 2013 1 commit
    • digital_ocean.py enhancements · 3f6bc3f6
      * Always refresh droplet information (versus getting it from cache) for
        --list, --host, --droplets, and --all.   All the DigitalOcean calls are
        pretty fast and without this change, inventory was often stale/incorrect.
        For example, previously if you destroyed a droplet, the inventory
        script would still find it and attempt to act on it.
      
      * Added --force-cache option
      
      * Added some option shortcuts -d, -r
      
      * Added more value sanitization
      Evan Wies committed
  4. 28 Jun, 2013 2 commits
  5. 27 Jun, 2013 2 commits
  6. 26 Jun, 2013 1 commit
  7. 09 Jun, 2013 1 commit
  8. 07 Jun, 2013 2 commits
  9. 30 May, 2013 1 commit
  10. 29 May, 2013 1 commit
  11. 23 May, 2013 1 commit
  12. 22 May, 2013 1 commit
  13. 21 May, 2013 2 commits
  14. 27 Apr, 2013 1 commit
  15. 20 Apr, 2013 1 commit
  16. 31 Mar, 2013 1 commit
    • Initial commit of rax inventory plugin · c47fd199
      The rax inventory plugin provides a way to discovery inventory in the
      Rackspace Public Cloud by way of pyrax, the official SDK. Grouping will
      be done if a group:name is found in the instance metadata. When a single
      host is queried all the instance details are returned with a rax_
      prefix.
      
      Because inventory plugins cannot take extra arguments, ENV variables
      must be set to point to the pyrax compatible credentials file and the
      region to query against.
      Jesse Keating committed
  17. 16 Mar, 2013 1 commit
  18. 15 Mar, 2013 1 commit
  19. 13 Mar, 2013 2 commits
  20. 23 Feb, 2013 1 commit
  21. 16 Feb, 2013 2 commits
  22. 12 Feb, 2013 1 commit
  23. 30 Jan, 2013 1 commit
  24. 19 Jan, 2013 1 commit
  25. 18 Jan, 2013 1 commit
  26. 08 Nov, 2012 1 commit
  27. 07 Nov, 2012 1 commit
  28. 06 Nov, 2012 1 commit
  29. 22 Oct, 2012 1 commit
  30. 17 Oct, 2012 1 commit
  31. 12 Oct, 2012 1 commit
  32. 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
  33. 09 Oct, 2012 1 commit