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

10 lines
214 B
Plaintext
Raw Normal View History

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