roles/dch-proxy: Remove backend myala
*myala.pyrocufflink.jazz* no longer hosts any public-facing websites, and is in fact shut down. To prevent HAproxy from failing to start because it cannot resolve the name, this backend needs to be removed.jenkins-master
parent
cff7789862
commit
4d45d727cb
|
@ -5,13 +5,6 @@
|
|||
mode=0644
|
||||
notify: reload haproxy
|
||||
|
||||
- name: ensure default haproxy backend is configured
|
||||
template:
|
||||
src=backend-myala.haproxy.cfg.j2
|
||||
dest=/etc/haproxy/70-backend-myala.cfg
|
||||
mode=0644
|
||||
notify: reload haproxy
|
||||
|
||||
- name: ensure gitea haproxy backend is configured
|
||||
template:
|
||||
src=backend-gitea.haproxy.cfg.j2
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
backend myala
|
||||
server myala myala.pyrocufflink.jazz:80 check
|
||||
|
||||
|
||||
backend myala-tls
|
||||
mode tcp
|
||||
server myala myala.pyrocufflink.jazz:443 check
|
Loading…
Reference in New Issue