2019-06-09 00:11:06 -04:00
|
|
|
# sudoers configuraton; per-host declarations go in /etc/sudoers.d
|
|
|
|
# {{ ansible_managed }}
|
|
|
|
|
|
|
|
Defaults env_reset
|
|
|
|
Defaults mail_badpass
|
|
|
|
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
|
|
|
|
|
|
|
root ALL=(ALL:ALL) NOPASSWD: ALL
|
2021-04-13 16:50:05 -04:00
|
|
|
{{ deploy_username }} ALL=(ALL:ALL) NOPASSWD: /bin/sh
|
2019-06-09 00:11:06 -04:00
|
|
|
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
|
|
|
|
|
|
|
|
#includedir /etc/sudoers.d
|