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