Skip to content
Snippets Groups Projects
Commit c6ba5ad9 authored by Lars Beckers's avatar Lars Beckers
Browse files

ad-auth: make admin group configurable

parent a76cd8bb
No related branches found
No related tags found
No related merge requests found
---
ad_admin_group: admin
%admin ALL=(ALL:ALL) ALL
......@@ -2,7 +2,7 @@
# file: roles/ad-auth/tasks/sudo.yml
- name: ensure users of group admin are in the sudoers
copy: src=sudo/admin dest=/etc/sudoers.d/admin owner=root group=root mode=0440
template: src=sudo.j2 dest=/etc/sudoers.d/admin owner=root group=root mode=0440
notify:
- check sudo config
tags:
......
%{{ ad_admin_group }} ALL=(ALL:ALL) ALL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment