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

11 lines
238 B
Plaintext
Raw Normal View History

2022-06-03 03:39:23 +00:00
maxretry = 3
{% for ups in upss %}
[{{ ups.name }}]
driver = {{ ups.driver }}
port = {{ ups.port }}
desc = {{ ups.desc }}
vendorid = {{ ups.vendorid }}
productid = {{ ups.productid }}
2022-06-03 03:39:23 +00:00
{% endfor %}