summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-10 19:25:18 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-10 19:25:18 +0300
commita2cce5218136949666aec2e490c91bdd2d405d1d (patch)
tree1d5fc7753ea03a78c381b0fa7afba0ba990e2033
parente0bfea287967e50ad0f01744ea5bcabebb4eb900 (diff)
downloadick2-ansible-a2cce5218136949666aec2e490c91bdd2d405d1d.tar.gz
Change: variable for notification service port
-rw-r--r--roles/haproxy/templates/haproxy.cfg.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/haproxy/templates/haproxy.cfg.j2 b/roles/haproxy/templates/haproxy.cfg.j2
index 5f4734b..a028ad1 100644
--- a/roles/haproxy/templates/haproxy.cfg.j2
+++ b/roles/haproxy/templates/haproxy.cfg.j2
@@ -56,4 +56,4 @@ backend qvisqve
server qvisqve_1 127.0.0.1:{{ qvisqve_port }}
backend notification_service
- server notify_1 127.0.0.1:{{ notification_service_port }}
+ server notify_1 127.0.0.1:{{ notify_port }}