VM Test #8

Merged
Damien merged 2 commits from deploy_TestVM into dev 2025-12-08 16:21:14 +00:00
Showing only changes of commit aa3b32ee53 - Show all commits

View File

@@ -33,7 +33,17 @@ admin_ssh_public_key_path = "~/.ssh/keys/id_rsa.pub"
# Utilisateur par défaut sur les VMs
default_vm_user = "damien"
virtual_machines = {}
virtual_machines = {
"monitoring" = {
os = "debian"
cores = 2
memory = 4096
disk_gb = 30
ip = "192.168.1.161"
gateway = "192.168.1.254"
tags = ["monitoring"]
}
}
#############################
# Notes de configuration