Ansible_workstation/roles/nut/templates/upsd.conf.j2

8 lines
118 B
Plaintext
Raw Normal View History

2022-12-03 09:06:05 +00:00
MAXAGE 3
{% if nut_mode == "standalone" %}
LISTEN 127.0.0.1 3493
{% else %}
LISTEN 0.0.0.0 3493
{% endif %}
MAXCONN 2