From 51be01a2bdb7b62763030ebce4dd0c5078a501d4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 26 May 2023 09:41:12 -0700 Subject: [PATCH] proxies: registry.centos.org is retired Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 9 --------- playbooks/include/proxies-websites.yml | 6 ------ 2 files changed, 15 deletions(-) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 88b12d00d1..a2dc27f450 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -623,15 +623,6 @@ tags: - registry - - role: httpd/reverseproxy - website: registry.centos.org - destname: registry-centos - # proxyurl in this one is totally ignored, because Docker. - # (turns out it uses PATCH requests that Varnish cannot deal with) - proxyurl: "{{ varnish_url }}" - tags: - - registry - - role: httpd/reverseproxy website: candidate-registry.fedoraproject.org destname: candidate-registry diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 94fedb515c..5adf6ae929 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -719,12 +719,6 @@ sslonly: true cert_name: "{{wildcard_cert_name}}" - - role: httpd/website - site_name: registry.centos.org - server_aliases: [registry.stg.centos.org] - sslonly: true - cert_name: "{{wildcard_cert_name}}" - - role: httpd/website site_name: candidate-registry.fedoraproject.org server_aliases: [candidate-registry.stg.fedoraproject.org]