From 0f74cd0dc45fe57e625d689b96696dfe044b3895 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 18 Feb 2020 22:00:45 +0000 Subject: [PATCH] Revert "remove boot.fedoraproject.org from websites" This reverts commit d8707779e8b0c0339c29bf4567820b14ac400add. --- playbooks/include/proxies-redirects.yml | 7 +++++++ playbooks/include/proxies-websites.yml | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index a15751d1a6..022fa7ac1e 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -561,6 +561,13 @@ website: pki.fedoraproject.org target: http://dogtagpki.org/ + # We no longer run boot + - role: httpd/redirect + shortname: boot + website: boot.fedoraproject.org + target: https://netboot.xyz/ + + # Cloudy bits - role: httpd/redirect shortname: cloud-front-page diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index d0efb42c34..5242a7843b 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -250,6 +250,12 @@ sslonly: true cert_name: "{{wildcard_cert_name}}" + - role: httpd/website + site_name: boot.fedoraproject.org + server_aliases: [boot.stg.fedoraproject.org] + sslonly: true + cert_name: "{{wildcard_cert_name}}" + - role: httpd/website site_name: smolts.org ssl: false