This repository has been archived on 2024-05-02. You can view files and clone it, but cannot push or open issues or pull requests.
omni-ansible/omni.yml
2018-11-11 01:59:43 -05:00

52 lines
1.2 KiB
YAML

---
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"