forked from ccchb/ansible
5 lines
128 B
Text
5 lines
128 B
Text
|
# {{ ansible_managed }}
|
|||
|
|
|||
|
backend http_{{ item.host }}
|
|||
|
server {{ item.host }} {{ item.addr }}:{{ item.port | default("80") }}
|