--- # CyberPower PR1500LCDRT2U cabled by USB to this host (0764:0601). # This host is the NUT server; truenas.localdomain is a NUT slave. ups_name: cyberpower # lsusb reports the product string as PR1500LCDRT2U, but the device itself # reports device.model CP1500PFCRM2U. The latter is what it actually is. ups_desc: CyberPower CP1500PFCRM2U ups_vendorid: "0764" ups_productid: "0601" ups_listen_addr: 192.168.1.10 ups_listen_port: 3493 # truenas.localdomain - the only host allowed to reach upsd ups_slave_ip: 192.168.1.11 # Battery charge at which THIS host shuts itself down. TrueNAS sheds much # earlier via its own "shutdown timer" setting (see roles/ups/README.md). ups_low_charge_pct: 10 # Seconds of stable mains after ONLINE before TrueNAS is powered back on. ups_restore_stable_secs: 300 # R415 iDRAC6. Shares LOM1 with bce0. idrac_host: 192.168.1.12 idrac_user: root ups_deps: [ ipmitool, nut, nut-client, ] # Secrets live in ansible/vars/vault.yml (no vault_ prefix, per repo # convention): nut_upsmon_password, nut_truenas_password, idrac_password