---
proxmox:
  hosts:
    kestrel:
      ansible_host: kestrel.localghost
    redtail:
      ansible_host: redtail.localghost
    swallow:
      ansible_host: swallow.localghost
  vars:
    ansible_ssh_private_key_file: /totally/legit/proxkeys

lxcgroup:
  hosts:
    ansiblelxc:
      ansible_host: ansible.localghost
      ansible_ssh_private_key_file: /totally/legit/anskey
      testvar: helloworld
    grafana:
      ansible_host: grafana.localghost
      ansible_ssh_private_key_file: /totally/legit/chartkey
    influxdb:
      ansible_host: influx.localghost
      ansible_ssh_private_key_file: /totally/legit/dbkey

nutpis:
  hosts:
    powerpi:
      ansible_host: one.localghost
      upsname: apcone
      upswatts: 900
    labpowerpi:
      ansible_host: two.localghost
      upsname: apctwo
      upswatts: 980
    naspowerpi:
      ansible_host: three.localghost
      upsname: apcthree
      upswatts: 330
  vars:
    ansible_user: pi
    ansible_ssh_private_key_file: /totally/legit/apckey
    influx_token: "influxpasswordlol"
    influx_url: "https://420logit.localghost"
    influx_bucket: "ups-monitoring"