13 lines
351 B
Text
13 lines
351 B
Text
Defaults timestamp_timeout=5
|
|
Defaults insults
|
|
Defaults passwd_timeout=10
|
|
Defaults env_reset
|
|
Defaults secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
|
|
root ALL=(ALL) ALL
|
|
|
|
% for user, permissions in sorted(node.metadata['sudo'].items()):
|
|
% for p in sorted(permissions):
|
|
${user} ALL=(ALL) NOPASSWD:${p}
|
|
% endfor
|
|
% endfor
|