From ac70e630f6078d5f5da184579c765d9ad96fb164 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 17 Jul 2018 00:09:39 +0000 Subject: [PATCH] Define pkgs.fp.o to get certbot certs Signed-off-by: Patrick Uiterwijk --- playbooks/include/proxies-websites.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 92e5af6c82..f81f02cd7c 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -876,3 +876,13 @@ - role: httpd/website site_name: planet.fedoraproject.org cert_name: "{{wildcard_cert_name}}" + +# pkgs.fp.o will be an alias of src.fp.o once we get everyone over to https +# git push/pull. For now, we just want a cert via the certbot system. + - role: httpd/website + site_name: pkgs.fedoraproject.org + ssl: true + sslonly: true + certbot: true + tags: + - pkgs.fedoraproject.org