Define pkgs.fp.o to get certbot certs

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-07-17 00:09:39 +00:00
parent 8c9589d0ba
commit ac70e630f6

View file

@ -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