Create a utility that automatically adds any new user entry created (not any service user) into sudoers file and give him NOPASSWD sudo access code example
Example 1: sudoers nopasswd
# skipping ask password for users with sudo
<USER_NAME> ALL=(ALL:ALL) NOPASSWD: ALL
Example 2: nopasswd
%sudo ALL=(ALL:ALL) ALL