Feat: ajoute nut au nas
This commit is contained in:
7
roles/nut/templates/ups.conf.j2
Normal file
7
roles/nut/templates/ups.conf.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
maxretry = 3
|
||||
|
||||
{% for ups in upss %}
|
||||
[{{ ups.name }}]
|
||||
driver = {{ ups.driver }}
|
||||
port = {{ ups.port }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user