Remove komodo virtual machine from prod configuration
This commit is contained in:
@@ -42,15 +42,6 @@ virtual_machines = {
|
|||||||
ip = "192.168.1.161"
|
ip = "192.168.1.161"
|
||||||
gateway = "192.168.1.254"
|
gateway = "192.168.1.254"
|
||||||
tags = ["ipfabric"]
|
tags = ["ipfabric"]
|
||||||
},
|
|
||||||
"komodo" = {
|
|
||||||
os = "alpine"
|
|
||||||
cores = 16
|
|
||||||
memory = 32768
|
|
||||||
disk_gb = 32
|
|
||||||
ip = "192.168.1.162"
|
|
||||||
gateway = "192.168.1.254"
|
|
||||||
tags = ["docker"]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user