diff --git a/roles/common/tasks/Debian.yml b/roles/common/tasks/Debian.yml index ccecd2c..a669061 100644 --- a/roles/common/tasks/Debian.yml +++ b/roles/common/tasks/Debian.yml @@ -34,9 +34,6 @@ - name: Set shell for root user user: name=root shell=/bin/zsh -- name: Create LDAP client config - template: src=ldap.conf.j2 dest=/etc/ldap/ldap.conf mode=0644 - - name: Disable hibernation/resume copy: src=resume dest=/etc/initramfs-tools/conf.d/resume notify: update-initramfs diff --git a/roles/common/templates/ldap.conf.j2 b/roles/common/templates/ldap.conf.j2 deleted file mode 100644 index 9026ab7..0000000 --- a/roles/common/templates/ldap.conf.j2 +++ /dev/null @@ -1,19 +0,0 @@ -# -# LDAP Defaults -# - -# See ldap.conf(5) for details -# This file should be world readable but not world writable. - -BASE {{ ldap_base }} -URI {{ ldap_uri }} - -#SIZELIMIT 12 -#TIMELIMIT 15 -#DEREF never - -# TLS certificates (needed for GnuTLS) -TLS_REQCERT demand -TLS_CACERTDIR /etc/ssl/certs -TLS_CACERT /etc/ssl/certs/ca-certificates.crt -