--- servers: hosts: alpha: vars: description: "LDAP and Central Administration Server" addresses: ["10.42.101.101/24"] apex: vars: description: "VPN and Reverse Proxy Server" addresses: ["10.42.101.100/24"] potentia: vars: description: "Primary Hypervisor" addresses: ["10.42.101.10/24"] vms: hosts: vm-host-nginx: vars: description: "Nginx Development Server" addresses: ["10.42.101.150/24"] vm-host-gitea: vars: description: "Gitea Git Server Host" addresses: ["10.42.101.151/24"] vm-host-plex: vars: description: "Plex Media Server Host" addresses: ["10.42.101.152/24"] vm-db-maria: vars: description: "MariaDB Server Host" addresses: ["10.42.101.153/24"] vm-db-prometheus: vars: description: "PrometheusDB Server Host" addresses: ["10.42.101.154/24"] workstations: hosts: omega: vars: description: "...and the Omega" serico: vars: description: "Smooth as Silk" vigil: vars: description: "Watcher who Watches the Watchmen"