35 lines
983 B
Django/Jinja
35 lines
983 B
Django/Jinja
# {{ ansible_managed }}
|
|
#
|
|
# This file MUST be edited with the 'visudo' command as root.
|
|
#
|
|
# Please consider adding local content in /etc/sudoers.d/ instead of
|
|
# directly modifying this file.
|
|
#
|
|
# See the man page for details on how to write a sudoers file.
|
|
#
|
|
Defaults env_keep += "DARCS_EMAIL EDITOR PYTHONIOENCODING GIT_*"
|
|
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
|
Defaults passprompt_override
|
|
Defaults passprompt="[sudo] password for %p on %h: "
|
|
|
|
# Host alias specification
|
|
|
|
# User alias specification
|
|
User_Alias NOUNOUS= %nounou
|
|
User_Alias CABLEUR= %cableur
|
|
User_Alias ANCIEN= %ancien
|
|
User_Alias IMPRIMEURS= %imprimeurs
|
|
User_Alias BUREAU= %bureau
|
|
|
|
Runas_Alias USERS= %users
|
|
|
|
# Cmnd alias specification
|
|
|
|
# User privilege specification
|
|
root ALL=(ALL:ALL) ALL
|
|
NOUNOUS ALL=(ALL:ALL) ALL
|
|
|
|
# See sudoers(5) for more information on "#include" directives:
|
|
|
|
#includedir /etc/sudoers.d
|