diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index deb7511be3..5941c8ec4c 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -904,7 +904,17 @@ ssl: true sslonly: true certbot: true - certbot_addhost: pkgs02.fedoraproject.org + certbot_addhost: pkgs02.phx2.fedoraproject.org tags: - pkgs.fedoraproject.org when: env == "production" and "phx2" in inventory_hostname + + - role: httpd/website + site_name: pkgs.stg.fedoraproject.org + ssl: true + sslonly: true + certbot: true + certbot_addhost: pkgs01.stg.phx2.fedoraproject.org + tags: + - pkgs.fedoraproject.org + when: env == "staging" and "phx2" in inventory_hostname