remove bancomart VM from docker swarm

This commit is contained in:
Pim Kunis 2024-03-13 22:41:02 +01:00
parent b67575f9e4
commit f5f6b561ef
2 changed files with 0 additions and 17 deletions

View file

@ -5,7 +5,5 @@ all:
children: children:
workers: workers:
hosts: hosts:
bancomart:
ansible_host: bancomart.dmz
vpay: vpay:
ansible_host: vpay.dmz ansible_host: vpay.dmz

View file

@ -1,15 +0,0 @@
{
machines.bancomart = {
kind = "virtual";
hypervisorName = "jefke";
nixosModule = {
microvm.balloonMem = 7680;
lab = {
dockerSwarm.enable = true;
vm.id = 2;
};
};
};
}