openscanhub / staging: add proxy config
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
aa5639e629
commit
1dac8232a6
2 changed files with 20 additions and 0 deletions
|
@ -927,3 +927,14 @@
|
|||
tags:
|
||||
- flatpak-cache.stg.fedoraproject.org
|
||||
when: env == "staging"
|
||||
|
||||
- role: httpd/reverseproxy
|
||||
website: openscanhub.stg.fedoraproject.org
|
||||
destname: openscanhub
|
||||
balancer_name: apps-ocp
|
||||
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}"
|
||||
targettype: openshift
|
||||
keephost: true
|
||||
ocp4: true
|
||||
tags: openscanhub
|
||||
when: env == "staging"
|
||||
|
|
|
@ -1189,3 +1189,12 @@
|
|||
cert_name: "{{wildcard_cert_name}}"
|
||||
tags:
|
||||
- discussion
|
||||
|
||||
- role: httpd/website
|
||||
site_name: openscanhub.stg.fedoraproject.org
|
||||
ssl: true
|
||||
sslonly: true
|
||||
cert_name: "{{wildcard_cert_name}}"
|
||||
when: env == "staging"
|
||||
tags:
|
||||
- openscanhub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue