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

8 lines
130 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 }}
{% endfor %}