feat: add worker nodes to docker swarm setup
This commit is contained in:
parent
22d7e4a318
commit
d318880600
10 changed files with 252 additions and 112 deletions
|
|
@ -1,5 +1,12 @@
|
|||
[homelab]
|
||||
[homelab:children]
|
||||
docker
|
||||
|
||||
[docker:children]
|
||||
docker_managers
|
||||
docker_workers
|
||||
|
||||
[docker_managers]
|
||||
10.0.10.50
|
||||
|
||||
[docker]
|
||||
10.0.10.50 docker_swarm_manager=true
|
||||
[docker_workers]
|
||||
10.0.10.[51:52]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue