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