Skip to content
Snippets Groups Projects
Commit ae308571 authored by Sam Yaple's avatar Sam Yaple
Browse files

bind haproxy to single interface

Change-Id: I0c9d85ec7da98d32b94d1e61538fe20333536d39
Closes-Bug: #1500159
parent 9f99d63e
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ defaults
timeout server 1m
timeout check 10s
listen stats :{{ haproxy_stats_port }}
listen stats {{ hostvars[inventory_hostname]['ansible_' + api_interface]['ipv4']['address'] }}:{{ haproxy_stats_port }}
mode http
stats enable
stats uri /
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment