Install new certs to copr-fe
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
b69187c61c
commit
0cc702f5d1
1 changed files with 7 additions and 7 deletions
|
@ -1,14 +1,14 @@
|
|||
- name: copy httpd ssl certificates (crt)
|
||||
copy: src="{{ private }}/files/httpd/copr-fe.fedoraproject.org.crt" dest="/etc/pki/tls/certs/" owner=root group=root mode=0600
|
||||
copy: src="{{ private }}/files/httpd/{{item}}"
|
||||
dest="/etc/pki/tls/certs/"
|
||||
owner=root group=root mode=0600
|
||||
with_items:
|
||||
- copr.fedorainfracloud.org.crt
|
||||
- copr.fedorainfracloud.org.intermediate.crt
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: copy httpd ssl certificates (key)
|
||||
copy: src="{{ private }}/files/httpd/copr-fe.fedoraproject.org.key" dest="/etc/pki/tls/private/" owner=root group=root mode=0600
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: copy httpd ssl certificates (CAcert)
|
||||
copy: src=DigiCertCA.crt dest="/etc/pki/tls/certs/" owner=root group=root mode=0600
|
||||
copy: src="{{ private }}/files/httpd/copr.fedorainfracloud.org.key" dest="/etc/pki/tls/private/" owner=root group=root mode=0600
|
||||
tags:
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue