1
0
Fork 0
forked from infra/ansible

Put riscv Koji behind anubis

it's getting spammed by scrapers ATM. This follows the prod Koji
config as best I can: koji is always behind anubis, kojipkgs is
behind anubis on external proxies, not on internal proxies.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2026-04-23 12:50:45 -07:00
commit 471fb7d3c2

View file

@ -1292,6 +1292,7 @@
cert_name: "{{wildcard_cert_name}}"
tags:
- riscv-koji
anubis: true
- role: httpd/website
site_name: riscv-kojipkgs.fedoraproject.org
@ -1299,6 +1300,17 @@
cert_name: "{{wildcard_cert_name}}"
tags:
- riscv-koji
anubis: true
when: "'proxies_internal' not in group_names"
- role: httpd/website
site_name: riscv-kojipkgs.fedoraproject.org
sslonly: true
cert_name: "{{wildcard_cert_name}}"
tags:
- riscv-koji
anubis: false
when: "'proxies_internal' in group_names"
- role: httpd/website
site_name: "forge{{ env_suffix }}.fedoraproject.org"