Skip to content

Commit

Permalink
Remove import of ca/certificates/keys feature #7
Browse files Browse the repository at this point in the history
- this feature is not specific of rpm support
  • Loading branch information
philhaworteks committed Oct 13, 2023
1 parent 563ec0a commit 98319ae
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions tasks/ldaptoolbox-certificates.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
- name: import TLS CA CertificateFile
copy:
src: "{{ ldaptoolbox_openldap_import_olcTLSCACertificateFile }}"
dest: "{{ ldaptoolbox_openldap_olcTLSCACertificateFile}}"
owner: "root"
group: "{{ ldaptoolbox_openldap_sslgroup }}"
mode: "644"
when: ldaptoolbox_openldap_import_olcTLSCACertificateFile is defined

- name: import TLS CertificateFile
copy:
src: "{{ ldaptoolbox_openldap_import_olcTLSCertificateFile }}"
dest: "{{ ldaptoolbox_openldap_olcTLSCertificateFile}}"
group: "{{ ldaptoolbox_openldap_sslgroup }}"
mode: "644"
when: ldaptoolbox_openldap_import_olcTLSCertificateFile is defined

- name: import TLS CertificateKeyFile
copy:
src: "{{ ldaptoolbox_openldap_import_olcTLSCertificateKeyFile }}"
dest: "{{ ldaptoolbox_openldap_olcTLSCertificateKeyFile}}"
owner: "root"
group: "{{ ldaptoolbox_openldap_sslgroup }}"
mode: "640"
when: ldaptoolbox_openldap_import_olcTLSCertificateKeyFile is defined

- name: allow ldap to read TLS certificates
ansible.builtin.user:
Expand Down

0 comments on commit 98319ae

Please sign in to comment.