Implement basic key directory structure

This commit is contained in:
Ethan N. Paul
2018-11-11 01:59:43 -05:00
parent fd20f934ca
commit fe120082e2
17 changed files with 438 additions and 0 deletions

51
omni.yml Normal file
View File

@@ -0,0 +1,51 @@
---
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"