ldap/server: Include chain files to certificates tag
This commit is contained in:
parent
36cbc1dd48
commit
c1198880bb
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
register: result
|
register: result
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
tags: certificates
|
||||||
- name: link server chain certificate
|
- name: link server chain certificate
|
||||||
file:
|
file:
|
||||||
path: "/etc/openldap/certs/{{ result.stdout }}.0"
|
path: "/etc/openldap/certs/{{ result.stdout }}.0"
|
||||||
|
@ -113,6 +114,7 @@
|
||||||
group: "{{ ansible_wheel }}"
|
group: "{{ ansible_wheel }}"
|
||||||
follow: false
|
follow: false
|
||||||
state: link
|
state: link
|
||||||
|
tags: certificates
|
||||||
- name: link local ca certificate
|
- name: link local ca certificate
|
||||||
file:
|
file:
|
||||||
path: "/etc/openldap/certs/{{ pki_cacert_hash }}.0"
|
path: "/etc/openldap/certs/{{ pki_cacert_hash }}.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue