You've already forked ansible-linux-infra
initial commit
This commit is contained in:
2
roles/sudo_rbac/templates/sudoers_group.j2
Normal file
2
roles/sudo_rbac/templates/sudoers_group.j2
Normal file
@@ -0,0 +1,2 @@
|
||||
# {{ ansible_managed }} - do not edit manually, changes will be overwritten
|
||||
%{{ item.group }} ALL=(ALL) {{ 'NOPASSWD:' if item.nopasswd else '' }} {{ item.commands }}
|
||||
Reference in New Issue
Block a user