1. 11 Mar, 2015 1 commit
  2. 10 Mar, 2015 2 commits
    • preliminary privlege escalation unification + pbrun · bce4bb2c
      - become constants inherit existing sudo/su ones
      - become command line options, marked sudo/su as deprecated and moved sudo/su passwords to runas group
      - changed method signatures as privlege escalation is collapsed to become
      - added tests for su and become, diabled su for lack of support in local.py
      - updated playbook,play and task objects to become
      - added become to runner
      - added whoami test for become/sudo/su
      - added home override dir for plugins
      - removed useless method from ask pass
      - forced become pass to always be string also uses to_bytes
      - fixed fakerunner for tests
      - corrected reference in synchronize action plugin
      - added pfexec (needs testing)
      - removed unused sudo/su in runner init
      - removed deprecated info
      - updated pe tests to allow to run under sudo and not need root
      - normalized become options into a funciton to avoid duplication and inconsistencies
      - pushed suppored list to connection classs property
      - updated all connection plugins to latest 'become' pe
      
      - includes fixes from feedback (including typos)
      - added draft docs
      - stub of become_exe, leaving for future v2 fixes
      Brian Coca committed
  3. 09 Mar, 2015 1 commit
    • Make the example somewhat more feature complete · 2e673729
      New users might think that "state=started" implies that the service is also started at boot-time, which isn't.
      By adding it, this change makes a clear distinction between the service state, and whether it is enabled (at boot).
      And makes the example more feature-complete as this is what most people would be doing anyway.
      Dag Wieers committed
  4. 07 Mar, 2015 1 commit
  5. 06 Mar, 2015 1 commit
  6. 05 Mar, 2015 2 commits
  7. 27 Feb, 2015 1 commit
  8. 26 Feb, 2015 1 commit
  9. 21 Feb, 2015 4 commits
  10. 20 Feb, 2015 1 commit
  11. 19 Feb, 2015 1 commit
  12. 16 Feb, 2015 2 commits
  13. 13 Feb, 2015 1 commit
  14. 12 Feb, 2015 3 commits
  15. 11 Feb, 2015 1 commit
  16. 10 Feb, 2015 1 commit
  17. 09 Feb, 2015 1 commit
  18. 05 Feb, 2015 2 commits
  19. 02 Feb, 2015 1 commit
  20. 01 Feb, 2015 1 commit
  21. 28 Jan, 2015 1 commit
  22. 27 Jan, 2015 3 commits
  23. 25 Jan, 2015 1 commit
  24. 24 Jan, 2015 1 commit
  25. 21 Jan, 2015 1 commit
    • Add filter to turn a string into a UUID · 65e4f2b2
      This filter was made because I needed to create idempotent UUIDs when
      installing the agent for Go (http://go.cd), which uses UUIds to
      distinguish the agents from each other.
      
      It uses a newly created Ansible namespace to distinguish UUIDs created
      by Ansible from any other source. The new namespace is a random one
      created by uuidgen on OSX.
      Björn Andersson committed
  26. 18 Jan, 2015 3 commits
  27. 14 Jan, 2015 1 commit