Setup the proxies for the ipsilon website
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
bf4f704096
commit
bb9f43dde1
2 changed files with 21 additions and 0 deletions
|
@ -960,3 +960,13 @@
|
||||||
targettype: openshift
|
targettype: openshift
|
||||||
keephost: true
|
keephost: true
|
||||||
tags: discourse2fedmsg
|
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
|
||||||
|
|
|
@ -1161,3 +1161,14 @@
|
||||||
certbot: true
|
certbot: true
|
||||||
tags:
|
tags:
|
||||||
- fedora.im
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue