add two nixos-managed VMs for docker swarm
change docker swarm ansible to target these vms
This commit is contained in:
parent
c461ab5e49
commit
17f110b183
4 changed files with 84 additions and 19 deletions
|
@ -1,11 +1,9 @@
|
|||
all:
|
||||
hosts:
|
||||
manager:
|
||||
ansible_host: maestro.dmz
|
||||
ansible_host: 192.168.30.42
|
||||
children:
|
||||
workers:
|
||||
hosts:
|
||||
bancomart:
|
||||
ansible_host: bancomart.dmz
|
||||
# vpay:
|
||||
# ansible_host: vpay.dmz
|
||||
ansible_host: bancomart2.dmz
|
||||
|
|
Reference in a new issue