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.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user