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

5 lines
132 B
Plaintext

# TODO: setup credentials
{% for name in nut_server.ups.keys() %}
MONITOR {{ name }}@localhost 1 monuser admin primary
{% endfor %}