diff --git a/playbooks/include/proxies-redirects.yml
b/playbooks/include/proxies-redirects.yml
index 159c071..fd3fa6a 100644
--- a/playbooks/include/proxies-redirects.yml
+++ b/playbooks/include/proxies-redirects.yml
@@ -60,6 +60,12 @@
     target: http://ciscobinary.openh264.org/$1

   - role: httpd/redirectmatch
+    shortname: jenkins
+    website: jenkins.fedoraproject.org
+    regex: /(.*)$
+    target: https://jenkins-fedora-infra.apps.ci.centos.org/$1
+
+  - role: httpd/redirectmatch
     shortname: fpaste
     website: fpaste.org
     regex: /(.*)$
diff --git a/playbooks/include/proxies-websites.yml
b/playbooks/include/proxies-websites.yml
index 221d162..0eb415e 100644
--- a/playbooks/include/proxies-websites.yml
+++ b/playbooks/include/proxies-websites.yml
@@ -734,6 +734,12 @@
     cert_name: "{{wildcard_cert_name}}"

   - role: httpd/website
+    site_name: jenkins.fedoraproject.org
+    server_aliases: [jenkins.stg.fedoraproject.org]
+    sslonly: true
+    cert_name: "{{wildcard_cert_name}}"
+
+  - role: httpd/website
     site_name: beaker.qa.fedoraproject.org
     server_aliases: [beaker.qa.fedoraproject.org]
     # Set this explicitly to stg here.. as per the original puppet config.


-- 
Stephen J Smoogen.
_______________________________________________
infrastructure mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to