remove bancomart VM from docker swarm
This commit is contained in:
parent
b67575f9e4
commit
f5f6b561ef
2 changed files with 0 additions and 17 deletions
|
@ -5,7 +5,5 @@ all:
|
|||
children:
|
||||
workers:
|
||||
hosts:
|
||||
bancomart:
|
||||
ansible_host: bancomart.dmz
|
||||
vpay:
|
||||
ansible_host: vpay.dmz
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
machines.bancomart = {
|
||||
kind = "virtual";
|
||||
hypervisorName = "jefke";
|
||||
|
||||
nixosModule = {
|
||||
microvm.balloonMem = 7680;
|
||||
|
||||
lab = {
|
||||
dockerSwarm.enable = true;
|
||||
vm.id = 2;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue