roles/sudo: Configure sudo and policy
The *sudo* role installs `sudo` and configures policy for it. By default, users who are members of the *sudo* group can run any command as root.
This commit is contained in:
1
roles/sudo/files/sudo.sudoers
Normal file
1
roles/sudo/files/sudo.sudoers
Normal file
@@ -0,0 +1 @@
|
||||
%sudo ALL=(ALL) ALL
|
||||
Reference in New Issue
Block a user