try and copy cert from proxy01 to pkgs

This commit is contained in:
Kevin Fenzi 2018-08-15 19:34:48 +00:00
parent 90af73d2ad
commit 7dd1f05bb4

View file

@ -347,6 +347,19 @@
notify:
- reload httpd
# Get the letsencrypt ssl cert for pkgs.fedoraproject.org from proxy01
# It's stored there because the role that requests/updates it is called
# via the proxy playbooks.
- name: copy pkgs.fedoraproject.org ssl cert to pkgs machine
synchronize:
src: {{ item }}
dest: {{ item }}
with_items:
- /etc/pki/tls/certs/pkgs.fedoraproject.org.cert
- /etc/pki/tls/certs/pkgs.fedoraproject.org.intermediate.cert
- /etc/pki/tls/private/pkgs.fedoraproject.org.key
delegate_to: proxy01.phx2.fedoraproject.org
# -- Lookaside Cache -------------------------------------
# This is the annex to Dist Git, where we host source tarballs.