Remove unused virtual machines from prod config #17

Merged
Damien merged 1 commits from vm/delete_all into dev 2026-06-10 07:40:25 +00:00
Showing only changes of commit 2ef6995c74 - Show all commits

View File

@@ -33,26 +33,7 @@ admin_ssh_public_key_path = "~/.ssh/keys/id_rsa.pub"
# Utilisateur par défaut sur les VMs
default_vm_user = "damien"
virtual_machines = {
"ipfabric" = {
os = "ipfabric"
cores = 4
memory = 16384
disk_gb = 128
ip = "192.168.1.161"
gateway = "192.168.1.254"
tags = ["ipfabric"]
},
"komodo" = {
os = "alpine"
cores = 16
memory = 32768
disk_gb = 32
ip = "192.168.1.162"
gateway = "192.168.1.254"
tags = ["docker"]
}
}
virtual_machines = {}
#############################
# Notes de configuration