init ldap_client
This commit is contained in:
6
ansible/roles/ldap_client/tasks/nsswitch.yaml
Normal file
6
ansible/roles/ldap_client/tasks/nsswitch.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
- name: Ensure nsswitch is looking to sssd for sudo
|
||||
lineinfile:
|
||||
path: /etc/nsswitch.conf
|
||||
regexp: '^sudoers:'
|
||||
line: 'sudoers: files sss'
|
||||
backup: true
|
||||
Reference in New Issue
Block a user