7 lines
196 B
Django/Jinja
7 lines
196 B
Django/Jinja
# Managed by Ansible - DO NOT EDIT MANUALLY
|
|
# See: https://networkupstools.org/docs/man/upsd.conf.html
|
|
|
|
{% for listen in nut_upsd_listen %}
|
|
LISTEN {{ listen.addr }} {{ listen.port }}
|
|
{% endfor %}
|