edit visudo file
## Drivers
# Cmnd_Alias DRIVERS = /sbin/modprobe
######################################
Cmnd_Alias MYCOM = /usr/bin/docker, /usr/bin/git, /usr/bin/systemctl ---- add command and give
##################################### driver name
# User_Alias ADMINS = jsmith, mikem
########################################################
User_Alias THY = devops, admin, dev-team ------- add users
######################################################
## Allow root to run any commands anywhere
###############################
THY ALL=(ALL) MYCOM
###############################