diff --git a/debian-13-fr-vm.sh b/debian-13-fr-vm.sh index b3b7a18..73c6248 100644 --- a/debian-13-fr-vm.sh +++ b/debian-13-fr-vm.sh @@ -115,6 +115,51 @@ EOF qm set $VMID --cicustom "user=local:snippets/${VMID}-user-data.yaml" +DESCRIPTION=$(cat < + AZYLIS + +

Debian 13 — Template AZYLIS

+ + +Informations VM
+ + +Accès
+ + +Configuration
+ + +
+
+ Provisionné automatiquement par AZYLIS — Vision 360 IT +
+EOF +) + +qm set "$VMID" -description "$DESCRIPTION" >/dev/null + + echo "VM Debian 13 créée avec succès : $VMID" echo "Bridge : dhcp | DHCP IPv4 | Clavier FR | root/root | Agent Proxmox OK" echo "La VM n'est PAS démarrée automatiquement." \ No newline at end of file