1
0
IaC/ansible/roles/nut_server/templates/ups.conf.j2

5 lines
119 B
Plaintext
Raw Normal View History

2024-01-09 08:05:03 -05:00
{% for ups in ups_devices %}
[ups{{ loop.index }}]
driver = {{ ups.driver }}
port = {{ ups.port }}
{% endfor %}