Setup the proxies for the ipsilon website

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2022-05-27 21:28:32 +02:00
parent bf4f704096
commit bb9f43dde1
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 21 additions and 0 deletions

View file

@ -960,3 +960,13 @@
targettype: openshift
keephost: true
tags: discourse2fedmsg
- role: httpd/reverseproxy
website: ipsilon-project.org
destname: ipsilon-website
balancer_name: apps-ocp
balancer_members: "{{ (env == 'staging')|ternary(ocp_nodes_stg, ocp_nodes) }}"
targettype: openshift
ocp4: true
keephost: true
tags: ipsilon-website

View file

@ -1161,3 +1161,14 @@
certbot: true
tags:
- fedora.im
- role: httpd/website
site_name: ipsilon-project.org
server_aliases:
- ipsilon-project.org
- www.ipsilon-project.org
ssl: true
sslonly: true
certbot: true
tags:
- ipsilon-website