Actualiser scripts/mkvm.ps1

This commit is contained in:
gsb 2024-03-03 19:40:35 +01:00
parent 5176ad216c
commit c2c1e8acb7

View File

@ -18,11 +18,13 @@ $vmMem = @{
"s-infra" = "768" "s-infra" = "768"
"s-backup" = "768" "s-backup" = "768"
"s-elk" = "3072" "s-elk" = "3072"
"s-awx" = "4096"
"s-peertube" = "4096"
} }
$vmCpus = @{ $vmCpus = @{
"s-awx" = "4096" "s-awx" = "2"
"s-peertube" = "4096" "s-peertube" = "2"
} }
#FONCTIONS #FONCTIONS