sudo vim /etc/sudoers
username_ ALL=(ALL) NOPASSWD: ALL
Then the user (username) can use sudo without a password
If you want a user group to be able to sudo without a password:
%group_name ALL=(ALL) NOPASSWD: ALL
# Don't forget the "%" in front of the group name