Tom Hubrecht
fc0f4a603a
All checks were successful
build configuration / build_vault01 (push) Successful in 53s
build configuration / build_storage01 (push) Successful in 56s
build configuration / build_web01 (push) Successful in 1m12s
build configuration / build_compute01 (push) Successful in 1m24s
build configuration / build_web02 (push) Successful in 55s
20 lines
247 B
Nix
20 lines
247 B
Nix
# Description of the infrastructure
|
|
|
|
{
|
|
# Salle serveur sous le pavillon Pasteur
|
|
par01 = [
|
|
"compute01"
|
|
"storage01"
|
|
];
|
|
|
|
# Jourdan
|
|
par02 = [
|
|
"vault01"
|
|
];
|
|
|
|
# VMs du SPI/NPS/Whatever
|
|
dmi01 = [
|
|
"web01"
|
|
"web02"
|
|
];
|
|
}
|