1
0
Fork 0
home-stack-ansible/roles/nut-server/templates/ups.conf

11 lines
231 B
Plaintext
Raw Normal View History

2024-09-13 04:56:15 +00:00
maxretry = 3
2024-09-15 22:12:43 +00:00
pollinterval = 2
2024-09-13 04:56:15 +00:00
{% for name, config in nut_server.ups.items() %}
[{{ name }}]
driver = {{ config.driver }}
port = auto
vendorid = {{ config.vendorid }}
productid = {{ config.productid }}
{% endfor %}