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]