Sudoers
Lewiscowles1986 opened this issue · 0 comments
Lewiscowles1986 commented
Hi Chris,
Love the repo, thanks for reaching out to me
Had you considered setting for a group instead of a user, and adding to /etc/sudoers.d/admin-nopass
?
https://github.com/chriso0710/pikiosk/blob/master/secure.yml#L25
I use a similar line for that file to add %admin ALL=(ALL) NOPASSWD:ALL
, so for me it at least meets convention and makes multi-user trivial to setup with usermod -aG admin $user
Really love that you are using Ansible 👍