2015-05-28 11:32:57 +02:00
|
|
|
---
|
2015-08-06 13:56:20 +02:00
|
|
|
- name: Install the additional CA certificates
|
2015-07-28 19:27:25 +02:00
|
|
|
get_url: url={{ item.url }} dest={{ item.dest_file }}
|
2016-03-02 15:54:10 +01:00
|
|
|
with_items: '{{ x509_additional_ca_certs }}'
|
2015-08-06 13:56:20 +02:00
|
|
|
when: install_additional_ca_certs
|
|
|
|
notify: Update the CA bundle list
|
2015-07-28 19:27:25 +02:00
|
|
|
tags: ca
|
2015-05-28 11:32:57 +02:00
|
|
|
|
2016-06-13 16:55:25 +02:00
|
|
|
- name: Install a CA file that contains both the letsencrypt complete chain and the INFN CA certs
|
|
|
|
copy: src=infn-letsencrypt-ca.crt dest={{ pki_dir }}/infn-letsencrypt-ca.crt
|
|
|
|
tags: ca
|