diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 5ac77823e2..be20556b7b 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -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 diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index aaf8386e98..7ce9018459 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -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