Skip to content
Snippets Groups Projects
Commit 1664affc authored by Chris Hines's avatar Chris Hines
Browse files

a new role to allow one of our ldap groups to sudo. Define a variable called sudo_group to use

parent 9b3ead76
Branches master
No related tags found
No related merge requests found
---
- name: template sudoers file
template: src=10-admin_group.j2 dest=/etc/sudoers.d/10-admin_group
become: true
%{{ sudo_group }} ALL=(ALL) ALL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment