Registry and Guacamole converted and swarm managers get two cpus
This commit is contained in:
@@ -7,7 +7,7 @@ nvm_version: v0.33.5
|
||||
node_version: 8.4.0
|
||||
registry_location: "registry.wimer.home"
|
||||
nfs_location: 10.0.0.150
|
||||
nfs_share: /volumeUSB1/usbshare
|
||||
nfs_share: /volumeUSB5/usbshare
|
||||
home_pub_key: https://raw.githubusercontent.com/jcwimer/ubuntu-template/master/post/id_rsa.pub
|
||||
standard_user: cody
|
||||
git_user: "Jacob Cody Wimer"
|
||||
|
||||
10
hosts
10
hosts
@@ -2,16 +2,18 @@
|
||||
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
|
||||
|
||||
[developer-machines]
|
||||
codydev ansible_host=10.0.0.207 hypervisor=rack2 memory=2048 cpus=2
|
||||
|
||||
[swarm-bootstrap]
|
||||
swarm-manager-02 ansible_host=10.0.0.225 hypervisor=rack2 memory=1024 cpus=1
|
||||
swarm-manager-02 ansible_host=10.0.0.225 hypervisor=rack2 memory=1024 cpus=2
|
||||
|
||||
[swarm-managers]
|
||||
swarm-manager-01 ansible_host=10.0.0.206 hypervisor=rack2 memory=1024 cpus=1
|
||||
swarm-manager-03 ansible_host=10.0.0.220 hypervisor=rack2 memory=1024 cpus=1
|
||||
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-workers]
|
||||
swarm-worker-01 ansible_host=10.0.0.208 hypervisor=rack2 memory=4096 cpus=4
|
||||
@@ -23,8 +25,6 @@ swarm-worker-04 ansible_host=10.0.0.222 hypervisor=rack2 memory=4096 cpus=4
|
||||
[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
|
||||
#registry ansible_host=10.0.0.221 hypervisor=rack2 memory=2048 cpus=1
|
||||
#guacamole ansible_host=10.0.0.202 hypervisor=rack2 memory=2048 cpus=1
|
||||
#fileserver ansible_host=10.0.0.201 hypervisor=rack2 memory=4096 cpus=1
|
||||
#template=10.0.0.211
|
||||
|
||||
|
||||
Reference in New Issue
Block a user