Playbooks to a new Lilik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
390 B

- name: update libpam-ldap configuration
shell: rm /etc/pam_ldap.conf || true; dpkg-reconfigure libpam-ldap -f noninteractive
notify: pam-auth-update
- name: pam-auth-update
shell: DEBIAN_FRONTEND=noninteractive pam-auth-update
- name: update libnss-ldap configuration
shell: rm /etc/libnss_ldap.conf || true; dpkg-reconfigure libnss-ldap -f noninteractive
notify: restart nscd