nut wip
This commit is contained in:
5
ansible/roles/nut_server/templates/ups.conf.j2
Normal file
5
ansible/roles/nut_server/templates/ups.conf.j2
Normal file
@ -0,0 +1,5 @@
|
||||
{% for ups in ups_devices %}
|
||||
[ups{{ loop.index }}]
|
||||
driver = {{ ups.driver }}
|
||||
port = {{ ups.port }}
|
||||
{% endfor %}
|
0
ansible/roles/nut_server/templates/upsd.conf.j2
Normal file
0
ansible/roles/nut_server/templates/upsd.conf.j2
Normal file
Reference in New Issue
Block a user