Files
ansible-linux-infra/roles/sudo_rbac/templates/sudoers_group.j2
2026-08-19 09:51:43 +02:00

3 lines
167 B
Django/Jinja

# {{ ansible_managed }} - do not edit manually, changes will be overwritten
%{{ item.group }} ALL=(ALL) {{ 'NOPASSWD:' if item.nopasswd else '' }} {{ item.commands }}