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