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:
2018-08-03 00:26:34 -05:00
parent cff7789862
commit 4d45d727cb
2 changed files with 0 additions and 14 deletions

View File

@@ -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

View File

@@ -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