From fc8409c6732e9987f6d18dc7fdcfd532cb11e409 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 15 Sep 2025 16:02:22 -0700 Subject: [PATCH] src / staging: enable anubis for src.stg.fedoraproject.org Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-websites.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 447083f1bc..d271aa52be 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -183,6 +183,17 @@ sslonly: true use_h2: true tags: src.fedoraproject.org + when: env != "staging" + + - role: httpd/website + site_name: src.fedoraproject.org + server_aliases: [src.stg.fedoraproject.org] + cert_name: "{{wildcard_cert_name}}" + sslonly: true + use_h2: true + tags: src.fedoraproject.org + anubis: true + when: env == "staging" - role: httpd/website site_name: download.fedoraproject.org