2023-09-01 15:42:19 -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
|
2023-09-01 15:42:25 -04:00
|
|
|
{{ deploy_username }} ALL=(ALL:ALL) NOPASSWD: /bin/sh
|
2023-09-01 15:42:19 -04:00
|
|
|
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
|
|
|
|
|
|
|
|
#includedir /etc/sudoers.d
|