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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user