2024-01-11 05:15:16 +00:00
|
|
|
# File configured via Ansible playbook
|
|
|
|
# Reference documentation:
|
|
|
|
# https://networkupstools.org/docs/man/ups.conf.html
|
|
|
|
|
|
|
|
maxretry = 5
|
|
|
|
|
|
|
|
{% for ups in nut_server_ups_devices %}
|
|
|
|
[{{ ups.name }}]
|
2024-01-09 13:05:03 +00:00
|
|
|
driver = {{ ups.driver }}
|
|
|
|
port = {{ ups.port }}
|
2024-01-11 05:15:16 +00:00
|
|
|
{% endfor %}
|
|
|
|
|