1
0
IaC/ansible/roles/nut_server/templates/upsd.users.j2

11 lines
301 B
Plaintext
Raw Normal View History

[{{ nut_client_primary_username }}]
password = {{ nut_client_primary_password }}
upsmon primary
actions = SET
instcmds = ALL
[{{ nut_client_secondary_username }}]
password = {{ nut_client_secondary_password }}
upsmon secondary
actions = SET
instcmds = ALL