nut and acme working
This commit is contained in:
@ -1,11 +1,17 @@
|
||||
# File configured via Ansible playbook
|
||||
# Reference documentation:
|
||||
# https://networkupstools.org/docs/man/upsd.users.html
|
||||
|
||||
[{{ nut_client_admin_username }}]
|
||||
password = {{ nut_client_admin_password }}
|
||||
actions = set
|
||||
actions = fsd
|
||||
instcmds = all
|
||||
|
||||
[{{ 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
|
||||
upsmon secondary
|
Reference in New Issue
Block a user