Started putting together more stuff for auth
This commit is contained in:
43
omni.yml
43
omni.yml
@@ -1,44 +1,69 @@
|
||||
---
|
||||
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"
|
||||
addresses: ["10.42.101.101/24"]
|
||||
netowrking:
|
||||
eth0: ["10.42.101.101/24"]
|
||||
apex:
|
||||
vars:
|
||||
description: "VPN and Reverse Proxy Server"
|
||||
addresses: ["10.42.101.100/24"]
|
||||
networking:
|
||||
eth0: ["10.42.101.100/24"]
|
||||
potentia:
|
||||
vars:
|
||||
description: "Primary Hypervisor"
|
||||
addresses: ["10.42.101.10/24"]
|
||||
|
||||
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"
|
||||
addresses: ["10.42.101.150/24"]
|
||||
networking:
|
||||
eth0: ["10.42.101.150/24"]
|
||||
vm-host-gitea:
|
||||
vars:
|
||||
description: "Gitea Git Server Host"
|
||||
addresses: ["10.42.101.151/24"]
|
||||
networking:
|
||||
eth0: ["10.42.101.151/24"]
|
||||
vm-host-plex:
|
||||
vars:
|
||||
description: "Plex Media Server Host"
|
||||
addresses: ["10.42.101.152/24"]
|
||||
networking:
|
||||
eth0: ["10.42.101.152/24"]
|
||||
vm-db-maria:
|
||||
vars:
|
||||
description: "MariaDB Server Host"
|
||||
addresses: ["10.42.101.153/24"]
|
||||
networking:
|
||||
eth0: ["10.42.101.153/24"]
|
||||
vm-db-prometheus:
|
||||
vars:
|
||||
description: "PrometheusDB Server Host"
|
||||
addresses: ["10.42.101.154/24"]
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user