mirror of https://dev.ccchb.de/ccchb/ansible.git
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
|
# {{ ansible_managed }}
|
|||
|
|
|||
|
backend http_{{ item.host }}
|
|||
|
server {{ item.host }} {{ item.addr }}:{{ item.port | default("80") }}
|