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:
parent
36df8e0ac5
commit
471fb7d3c2
1 changed files with 12 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue