Changement nom certificat wildcard
This commit is contained in:
parent
5a25da1844
commit
6d65a35082
2 changed files with 4 additions and 4 deletions
|
@ -68,9 +68,9 @@
|
|||
owner: root
|
||||
group: root
|
||||
with_items:
|
||||
- src: fullchain1.pem
|
||||
- src: fullchain.pem
|
||||
dest: tls.crt
|
||||
- src: privkey1.pem
|
||||
- src: privkey.pem
|
||||
dest: tls.key
|
||||
notify:
|
||||
- update-kustomization-base
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
|
||||
- name: Copie du certificat wildcard libretic
|
||||
ansible.builtin.copy:
|
||||
src: "/data1/httpd/ansible/libretic/cert/libretic.fr/cert1.pem"
|
||||
src: "/data1/httpd/ansible/libretic/cert/libretic.fr/fullchain.pem"
|
||||
dest: "/etc/ssl/certs/libretic.fr.crt"
|
||||
remote_src: true
|
||||
mode: u=rw,g=r,o=
|
||||
|
@ -76,7 +76,7 @@
|
|||
|
||||
- name: Copie de la clé wildcard libretic
|
||||
ansible.builtin.copy:
|
||||
src: "/data1/httpd/ansible/libretic/cert/libretic.fr/privkey1.pem"
|
||||
src: "/data1/httpd/ansible/libretic/cert/libretic.fr/privkey.pem"
|
||||
dest: "/etc/ssl/private/libretic.fr.key"
|
||||
mode: u=rw,g=r,o=
|
||||
remote_src: true
|
||||
|
|
Loading…
Reference in a new issue