Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple sudo role

This role sets up a simple sudoers file. Each user has full sudo access, and a global setting determines whether NOPASSWD is set or not.

Variables

  • sudo_users - A list of users who have sudo access. Use '%foo' to specify that users in a given group have sudo access.
    • default: root, users in group wheel
  • sudo_nopasswd - if set, NOPASSWD is added to all sudoers entries. Use this when users don't have passwords set.
    • default: true

About

Sudoers management role

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors