diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 6e2a781c16..d66e829f96 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -276,6 +276,14 @@ server_aliases: [bodhi.stg.fedoraproject.org] cert_name: "{{wildcard_cert_name}}" + - role: httpd/website + site_name: "coreos{{ env_suffix }}.fedoraproject.org" + sslonly: true + certbot: true + tags: + - coreos.fedoraproject.org + when: env == "staging" + - role: httpd/website site_name: "updates.coreos{{ env_suffix }}.fedoraproject.org" sslonly: true