mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
Just add a .pem for this in private.
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
with_items:
|
||||
- copr-be.fedoraproject.org.key
|
||||
- copr-be.fedoraproject.org.crt
|
||||
- copr-be.fedoraproject.org.pem
|
||||
notify:
|
||||
- concate ssl certs
|
||||
- restart lighttpd
|
||||
tags:
|
||||
- config
|
||||
|
||||
@@ -14,9 +15,3 @@
|
||||
- config
|
||||
notify:
|
||||
- restart lighttpd
|
||||
|
||||
- name: concatenate ssl certs for lighttpd
|
||||
action: shell "cat /etc/lighttpd/copr-be.fedoraproject.org.key /etc/lighttpd/copr-be.fedoraproject.org.crt > /etc/lighttpd/copr-be.fedoraproject.org.pem"
|
||||
notify:
|
||||
- chmod_key
|
||||
- restart lighttpd
|
||||
|
||||
Reference in New Issue
Block a user