Ansible_workstation/roles/nut/defaults/main.yml

24 lines
382 B
YAML
Raw Permalink Normal View History

2022-06-03 03:39:23 +00:00
---
# defaults file for nut
2022-12-03 09:06:05 +00:00
nut_mode: "standalone"
upsd_users:
- name: upsmonitor
password: upsmonitorpass
type: master
2022-12-03 09:06:05 +00:00
upss:
- name: fooUPS
2022-12-03 09:06:05 +00:00
driver: usbhid-ups
port: auto
desc: "Foo UPS"
vendorid: 1111
productid: 1111
upsmon_servers:
- ups_name: fooUPS
address: localhost
user: upsmonitor
password: upsmonitorpass
type: "master"