roles/dch-proxy: Add backend for Jenkins

This commit configures HAProxy to proxy *jenkins.pyrocufflink.net* and
*jenkins.pyrocufflink.blue* to the Jenkins master.
This commit is contained in:
2018-06-23 13:47:45 -05:00
parent c95a4b7379
commit 9d54411d52
3 changed files with 18 additions and 0 deletions

View File

@@ -18,3 +18,10 @@
dest=/etc/haproxy/70-backend-gitea.cfg
mode=0644
notify: reload haproxy
- name: ensure jenkins haproxy backend is configured
template:
src=backend-jenkins.haproxy.cfg.j2
dest=/etc/haproxy/70-backend-jenkins.cfg
mode=0644
notify: reload haproxy