samba-dc: Manage sudoers
Domain controllers only allow users in the *Domain Admins* AD group to use `sudo` by default. *dustin* and *jenkins* need to be able to apply configuration policy to these machines, but they are not members of said group.btop
parent
bc4c7edbad
commit
90f9e5eba5
|
@ -21,3 +21,7 @@ collectd_processes:
|
|||
- name: smbd
|
||||
- name: krb5kdc
|
||||
- name: winbindd
|
||||
|
||||
admin_users:
|
||||
- 'PYROCUFFLINK\dustin'
|
||||
- 'PYROCUFFLINK\jenkins'
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
- kerberos
|
||||
- dch-selinux
|
||||
- samba-dc
|
||||
- sudo
|
||||
tasks:
|
||||
- name: set samba configuration facts
|
||||
set_fact:
|
||||
|
|
Loading…
Reference in New Issue