ansible/roles/haproxy/templates/http_host.cfg.j2

5 lines
128 B
Plaintext
Raw Normal View History

2020-10-02 19:30:41 -05:00
# {{ ansible_managed }}
backend http_{{ item.host }}
server {{ item.host }} {{ item.addr }}:{{ item.port | default("80") }}