From 81ca9bd8a1966d2f81d6d43143bc1348b6aa102f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 24 Mar 2025 16:21:27 -0700 Subject: [PATCH] proxies: add a riscv-kojipkgs virthost/proxy We are actually just pointing these to the hub for now, but we have them seperated in case we want to make a seperate kojipkgs for this. Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 11 +++++++++++ playbooks/include/proxies-websites.yml | 7 +++++++ 2 files changed, 18 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 6cbc670d40..36bdf20adf 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -667,6 +667,17 @@ tags: - riscv-koji + - role: httpd/reverseproxy + website: riscv-kojipkgs.fedoraproject.org + destname: kojipkgs + keephost: true + balancer_name: riscv-kojipkgs + balancer_members: + - "riscv-koji01.{{ datacenter }}.fedoraproject.org" + http_not_https_yes_this_is_insecure_and_i_feel_bad: true + tags: + - riscv-koji + - role: httpd/reverseproxy website: kojipkgs.fedoraproject.org destname: kojipkgs diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index 07de215c8f..02dfd16ff0 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -1229,3 +1229,10 @@ tags: - riscv-koji + - role: httpd/website + site_name: riscv-kojipkgs.fedoraproject.org + sslonly: true + cert_name: "{{wildcard_cert_name}}" + tags: + - riscv-koji +