From cb3a9a1bc740971ffd62a80ae2ead14479f96bc1 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 6 Jul 2025 18:50:23 -0700 Subject: [PATCH] proxies: add a tag for meetbot-raw config Signed-off-by: Kevin Fenzi --- playbooks/include/proxies-reverseproxy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/include/proxies-reverseproxy.yml b/playbooks/include/proxies-reverseproxy.yml index 9217d63332..27cc48d25e 100644 --- a/playbooks/include/proxies-reverseproxy.yml +++ b/playbooks/include/proxies-reverseproxy.yml @@ -114,6 +114,7 @@ # Talk directly to the app server, not haproxy proxyurl: http://value01 when: env != "staging" + tags: meetbot-raw # The place for the fancy mote view - role: httpd/reverseproxy @@ -133,6 +134,7 @@ remotepath: /meetbot/ # Talk directly to the app server, not haproxy proxyurl: http://value01 + tags: meetbot-raw when: env == "staging" - role: httpd/reverseproxy