2024-10-12 00:20:58 +02:00
|
|
|
###
|
|
|
|
# File specifying all the deployement options for the nodes administrated by the dgnum.
|
|
|
|
#
|
|
|
|
# Node metadata template is:
|
|
|
|
#
|
|
|
|
# NODE_NAME = {
|
|
|
|
# adminGroups = []; # List of groups that have root access
|
|
|
|
# admins = []; # List of individuals that have root access
|
|
|
|
# deployment = {}; # Colmena deployment options
|
|
|
|
# nixpkgs = "unstable" or "22.11"; # nixpkgs version
|
|
|
|
# }
|
|
|
|
|
|
|
|
/*
|
|
|
|
Liste des différents sites :
|
|
|
|
- rat01 -> VM du NPSPI
|
|
|
|
- pav01 -> Salle serveur sous le pavillon Pasteur
|
|
|
|
- oik01 -> Local DGNum Jourdan
|
|
|
|
- hyp01 -> Salle serveur Hypnos 1
|
|
|
|
- luj01 -> VM de Luj
|
|
|
|
*/
|
|
|
|
{
|
|
|
|
|
|
|
|
krz01 = {
|
|
|
|
site = "pav01";
|
|
|
|
|
|
|
|
hashedPassword = "$y$j9T$eNZQgDN.J5y7KTG2hXgat1$J1i5tjx5dnSZu.C9B7swXi5zMFIkUnmRrnmyLHFAt8/";
|
|
|
|
|
|
|
|
stateVersion = "24.05";
|
|
|
|
nixpkgs = "unstable";
|
|
|
|
};
|
2024-11-02 02:14:38 +01:00
|
|
|
labcore01 = {
|
|
|
|
site = "pav01";
|
|
|
|
|
|
|
|
hashedPassword = "$y$j9T$aFhOWa05W7VKeKt3Nc.nA1$uBOvG4wf7/yWjwOxO8NLf9ipCsAkS1.5cD2EJpLx57A";
|
|
|
|
|
|
|
|
stateVersion = "24.05";
|
|
|
|
nixpkgs = "24.05";
|
|
|
|
};
|
2024-10-18 11:05:12 +02:00
|
|
|
router02 = {
|
|
|
|
site = "pav01";
|
|
|
|
|
|
|
|
hashedPassword = "$y$j9T$aFhOWa05W7VKeKt3Nc.nA1$uBOvG4wf7/yWjwOxO8NLf9ipCsAkS1.5cD2EJpLx57A";
|
|
|
|
|
|
|
|
stateVersion = "24.05";
|
2024-10-29 06:59:21 +01:00
|
|
|
nixpkgs = "unstable";
|
2024-10-18 11:05:12 +02:00
|
|
|
};
|
2024-10-12 00:20:58 +02:00
|
|
|
}
|