From d15baaf66568e56d779ca220d29c02aa0ccc375c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 16 Aug 2019 20:03:15 +0000 Subject: [PATCH] coreos: add base site also in websites list. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-websites.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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