From fecc569a724dc69e77ff9bad82ae0947d490fc29 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 21 Nov 2016 17:58:08 +0000 Subject: [PATCH] add cloud to atomic redirect in staging --- playbooks/include/proxies-redirects.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/include/proxies-redirects.yml b/playbooks/include/proxies-redirects.yml index e3dc8cf2e7..54b1f6802f 100644 --- a/playbooks/include/proxies-redirects.yml +++ b/playbooks/include/proxies-redirects.yml @@ -298,6 +298,13 @@ target: https://arm.stg.fedoraproject.org/$1 when: env == 'staging' + - role: httpd/redirectmatch + name: cloud-to-atomic + website: getfedora.org + regex: /cloud/.*$ + target: https://stg.getfedora.org/atomic/$1 + when: env == 'staging' + # end staging # - role: httpd/redirectmatch