1. 05 Feb, 2014 1 commit
    • add users without sudo (gh_user_no_sudo) · 1d650f01
      It's handy to be able to create users that *don't* have sudo rights.
      Here at Stanford we use this to add users to our VPC bastion box (ssh
      proxy) so these users can use this machine for ssh tunneling, but I
      don't want to give those users the keys to the kingdom.
      
      This let's me configure a playbook like this.
      
         roles:
           - common
           - supervisor
           - role: gh_users
             gh_users:
               - su1
               - su2
               - su3
             gh_users_no_sudo:
               - normal1
               - normal2
      
      The new gh_users_no_sudo list can be empty.
      Sef Kloninger committed
  2. 31 Jan, 2014 1 commit
  3. 24 Jan, 2014 3 commits
  4. 22 Jan, 2014 1 commit
  5. 17 Jan, 2014 3 commits
  6. 16 Jan, 2014 4 commits
  7. 15 Jan, 2014 6 commits
  8. 13 Jan, 2014 3 commits
  9. 10 Jan, 2014 3 commits
  10. 09 Jan, 2014 5 commits
  11. 08 Jan, 2014 2 commits
  12. 07 Jan, 2014 1 commit
  13. 06 Jan, 2014 1 commit
  14. 27 Dec, 2013 1 commit
  15. 21 Dec, 2013 1 commit
  16. 20 Dec, 2013 4 commits