From 2c50a9ac9bbafd91268d759dc12ed27e1bf42869 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 7 Aug 2020 16:23:44 -0700 Subject: [PATCH] proxies / websites: drop stg.release-monitoring.org too For the same reason as the last commit. We don't have staging back yet and so we can't get certs for them. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-websites.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index d37efec794..154b0b296a 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -873,7 +873,7 @@ site_name: release-monitoring.org sslonly: true certbot: true - server_aliases: [stg.release-monitoring.org] +# server_aliases: [stg.release-monitoring.org] tags: - release-monitoring.org when: env == "production"