From 05892b26a85434903f9c8b38390f761dec631875 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 19 Mar 2019 18:22:10 +0000 Subject: [PATCH] proxy-stg: adding reversproxy for taskmaster websockets --- playbooks/include/proxies-reverseproxy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index b991cebf32..6f65648c6a 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -467,6 +467,16 @@ http_not_https_yes_this_is_insecure_and_i_feel_bad: true when: env == "staging" + - role: httpd/reverseproxy + website: taskotron.stg.fedoraproject.org + destname: taskotron-websockets + localpath: /taskmaster/ws + remotepath: /taskmaster/ws + balancer_name: taskotron-stg + balancer_members: ['taskotron-stg01.qa.fedoraproject.org:80'] + http_not_https_yes_this_is_insecure_and_i_feel_bad: true + when: env == "staging" + - role: httpd/reverseproxy website: taskotron.stg.fedoraproject.org destname: taskotron-resultsdb