From be936aa5ea946dba5b49091eadf2b80afe60308c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 15 Jan 2016 09:34:51 +0000 Subject: [PATCH] Let's setup a reverse proxy on jenkins Signed-off-by: Patrick Uiterwijk --- playbooks/groups/jenkins-master.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/groups/jenkins-master.yml b/playbooks/groups/jenkins-master.yml index a88794f0ed..25af21a0b7 100644 --- a/playbooks/groups/jenkins-master.yml +++ b/playbooks/groups/jenkins-master.yml @@ -37,6 +37,11 @@ - base - jenkins/master - fedmsg/base + - apache + - role: httpd/reverseproxy + website: + destname: jenkins + proxyurl: http://localhost:8080 tasks: - include: "{{ tasks }}/yumrepos.yml"