From 1f66449b19b71159e8968c3fe6b86d289731a564 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 22 Jul 2019 17:56:27 +0300 Subject: Add: deployer to components.yml Also, fix haproxy.cfg for artifact store, which has changed it's port number over the weekend --- roles/haproxy/files/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles') diff --git a/roles/haproxy/files/haproxy.cfg b/roles/haproxy/files/haproxy.cfg index 5c450c4..8fe9ba6 100644 --- a/roles/haproxy/files/haproxy.cfg +++ b/roles/haproxy/files/haproxy.cfg @@ -46,4 +46,4 @@ backend api server api_1 127.0.0.1:2222 backend as - server api_1 127.0.0.1:12766 + server api_1 127.0.0.1:5555 -- cgit v1.2.1