Create swarm

This commit is contained in:
2018-07-12 10:56:47 -04:00
parent 179aed13b6
commit 7e633ae83c
5 changed files with 89 additions and 4 deletions

17
hosts
View File

@@ -8,13 +8,22 @@ gitea ansible_host=10.0.0.212 hypervisor=rack1 memory=1024 cpus=2
[developer-machines]
codydev ansible_host=10.0.0.207 hypervisor=rack2 memory=2048 cpus=2
[swarm-bootstrap]
swarm-manager-01 ansible_host=10.0.0.206 hypervisor=rack1 memory=2048 cpus=2
[swarm-managers]
swarm-manager-02 ansible_host=10.0.0.225 hypervisor=rack2 memory=2048 cpus=2
swarm-manager-03 ansible_host=10.0.0.220 hypervisor=rack2 memory=2048 cpus=2
[swarm-workers]
swarm-worker-01 ansible_host=10.0.0.208 hypervisor=rack2 memory=2048 cpus=2
swarm-worker-02 ansible_host=10.0.0.213 hypervisor=rack1 memory=2048 cpus=2
swarm-worker-03 ansible_host=10.0.0.214 hypervisor=rack1 memory=2048 cpus=2
[need-converted]
#vpn ansible_host=10.0.0.203 hypervisor=rack1 memory=1024 cpus=2
#haproxy ansible_host=10.0.0.205 hypervisor=rack2 memory=1024 cpus=2
#swarm-manager-01 ansible_host=10.0.0.206 hypervisor=rack1 memory=2048 cpus=2
#swarm-manager-02 ansible_host=10.0.0.225 hypervisor=rack2 memory=2048 cpus=2
#swarm-manager-03 ansible_host=10.0.0.220 hypervisor=rack2 memory=2048 cpus=2
#swarm-worker-01 ansible_host=10.0.0.208 hypervisor=rack2 memory=2048 cpus=2
#registry ansible_host=10.0.0.221 hypervisor=rack1 memory=2048 cpus=2
#wrestlingdev-test ansible_host=10.0.0.240 hypervisor=rack1 memory=2048 cpus=2
#elk ansible_host=10.0.0.224 hypervisor=rack2 memory=4096 cpus=2