Added rack1 back
This commit is contained in:
62
hosts
62
hosts
@@ -1,38 +1,52 @@
|
||||
[standard]
|
||||
ns ansible_host=10.0.0.204 hypervisor=rack2 memory=1024 cpus=1
|
||||
gitea ansible_host=10.0.0.212 hypervisor=rack2 memory=1024 cpus=1
|
||||
wrestlingdev-test ansible_host=10.0.0.240 hypervisor=rack2 memory=1024 cpus=1
|
||||
guacamole ansible_host=10.0.0.202 hypervisor=rack2 memory=2048 cpus=1
|
||||
registry ansible_host=10.0.0.221 hypervisor=rack2 memory=2048 cpus=1
|
||||
#haproxy VIP 10.0.0.200
|
||||
#tenvis 10.0.0.205
|
||||
haproxy-1 ansible_host=10.0.0.209 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=2560 cpus=1
|
||||
haproxy-2 ansible_host=10.0.0.202 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=2560 cpus=1
|
||||
registry ansible_host=10.0.0.221 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=2560 cpus=1
|
||||
ns ansible_host=10.0.0.204 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=2560 cpus=1
|
||||
gitea ansible_host=10.0.0.212 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=2560 cpus=1
|
||||
wrestlingdev-test ansible_host=10.0.0.240 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=2560 cpus=1
|
||||
vpn ansible_host=10.0.0.203 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=2560 cpus=1
|
||||
plex ansible_host=10.0.0.210 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=2560 cpus=1
|
||||
bastion ansible_host=10.0.0.215 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=2560 cpus=1
|
||||
|
||||
[developer-machines]
|
||||
codydev ansible_host=10.0.0.207 hypervisor=rack2 memory=2048 cpus=2
|
||||
#[developer-machines]
|
||||
#codydev ansible_host=10.0.0.207 hypervisor=rack2 hypervisor_ip=10.0.0.153 memory=2048 cpus=2
|
||||
|
||||
[swarm-bootstrap]
|
||||
swarm-manager-02 ansible_host=10.0.0.225 hypervisor=rack2 memory=1024 cpus=2
|
||||
#[swarm-bootstrap]
|
||||
#swarm-manager-02 ansible_host=10.0.0.225 hypervisor=rack2 hypervisor_ip=10.0.0.153 memory=1024 cpus=2
|
||||
|
||||
[swarm-managers]
|
||||
swarm-manager-01 ansible_host=10.0.0.206 hypervisor=rack2 memory=1024 cpus=2
|
||||
swarm-manager-03 ansible_host=10.0.0.220 hypervisor=rack2 memory=1024 cpus=2
|
||||
#[swarm-managers]
|
||||
#swarm-manager-01 ansible_host=10.0.0.206 hypervisor=rack2 hypervisor_ip=10.0.0.153 memory=1024 cpus=2
|
||||
#swarm-manager-03 ansible_host=10.0.0.220 hypervisor=rack2 hypervisor_ip=10.0.0.153 memory=1024 cpus=2
|
||||
|
||||
[swarm-workers]
|
||||
swarm-worker-01 ansible_host=10.0.0.208 hypervisor=rack2 memory=4096 cpus=4
|
||||
swarm-worker-02 ansible_host=10.0.0.213 hypervisor=rack2 memory=4096 cpus=4
|
||||
swarm-worker-03 ansible_host=10.0.0.214 hypervisor=rack2 memory=4096 cpus=4
|
||||
swarm-worker-04 ansible_host=10.0.0.222 hypervisor=rack2 memory=4096 cpus=4
|
||||
#[swarm-workers]
|
||||
#swarm-worker-01 ansible_host=10.0.0.208 hypervisor=rack2 hypervisor_ip=10.0.0.153 memory=4096 cpus=4
|
||||
#swarm-worker-02 ansible_host=10.0.0.213 hypervisor=rack2 hypervisor_ip=10.0.0.153 memory=4096 cpus=4
|
||||
#swarm-worker-03 ansible_host=10.0.0.214 hypervisor=rack2 hypervisor_ip=10.0.0.153 memory=4096 cpus=4
|
||||
#swarm-worker-04 ansible_host=10.0.0.222 hypervisor=rack2 hypervisor_ip=10.0.0.153 memory=4096 cpus=4
|
||||
|
||||
[kube-masters]
|
||||
kube-master-1 ansible_host=10.0.0.209 hypervisor=rack2 memory=4096 cpus=4
|
||||
kube-master-1 ansible_host=10.0.0.230 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=5120 cpus=2
|
||||
kube-master-2 ansible_host=10.0.0.231 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=5120 cpus=2
|
||||
kube-master-3 ansible_host=10.0.0.232 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=5120 cpus=2
|
||||
|
||||
[kube-workers]
|
||||
kube-worker-1 ansible_host=10.0.0.210 hypervisor=rack1 memory=4096 cpus=4
|
||||
kube-worker-2 ansible_host=10.0.0.215 hypervisor=rack1 memory=4096 cpus=4
|
||||
kube-worker-3 ansible_host=10.0.0.216 hypervisor=rack1 memory=4096 cpus=4
|
||||
kube-worker-1 ansible_host=10.0.0.233 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=5120 cpus=2
|
||||
kube-worker-2 ansible_host=10.0.0.234 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=5120 cpus=2
|
||||
kube-worker-3 ansible_host=10.0.0.235 hypervisor=rack1 hypervisor_ip=10.0.0.152 memory=5120 cpus=2
|
||||
|
||||
[need-converted]
|
||||
#vpn ansible_host=10.0.0.203 hypervisor=rack2 memory=1024 cpus=1
|
||||
#haproxy ansible_host=10.0.0.205 hypervisor=rack2 memory=1024 cpus=1
|
||||
#fileserver ansible_host=10.0.0.201 hypervisor=rack2 memory=4096 cpus=1
|
||||
#fileserver ansible_host=10.0.0.201 hypervisor=rack2 hypervisor_ip=10.0.0.153 memory=4096 cpus=1
|
||||
#template=10.0.0.211
|
||||
|
||||
###### INFO ######
|
||||
# Next available IP is 216
|
||||
# These machines have IPs 200-254
|
||||
|
||||
# Current consumption
|
||||
# Each machine has 24vcpu and 62gb available ram (2 used by system)
|
||||
# Regular machines get 1vcpu and 2.5 GB RAM (2560 MB)
|
||||
# Bigger machines get 2vcpu and 5 GB RAM (5120 MB)
|
||||
# Rack1 21vcpu
|
||||
|
||||
Reference in New Issue
Block a user