41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"activation_codes": {
|
|
"LAB-2026-START": {
|
|
"customer": {
|
|
"id": "default",
|
|
"name": "Default Lab"
|
|
},
|
|
"profile_ids": [
|
|
"mint-desktop",
|
|
"fedora-workstation"
|
|
]
|
|
}
|
|
},
|
|
"profiles": {
|
|
"mint-desktop": {
|
|
"id": "mint-desktop",
|
|
"label": "Linux Mint Desktop",
|
|
"distribution": "linux-mint",
|
|
"version": "22",
|
|
"description": "Standard-Desktop-Profil für Linux Mint.",
|
|
"ansible_repo": "https://git.example.com/stallinux/mint-desktop.git",
|
|
"installer": {
|
|
"type": "autoinstall",
|
|
"url": "https://anode.stallinux.de/installers/mint-desktop/user-data"
|
|
}
|
|
},
|
|
"fedora-workstation": {
|
|
"id": "fedora-workstation",
|
|
"label": "Fedora Workstation",
|
|
"distribution": "fedora",
|
|
"version": "40",
|
|
"description": "Standard-Workstation-Profil für Fedora.",
|
|
"ansible_repo": "https://git.example.com/stallinux/fedora-workstation.git",
|
|
"installer": {
|
|
"type": "kickstart",
|
|
"url": "https://anode.stallinux.de/installers/fedora-workstation/ks.cfg"
|
|
}
|
|
}
|
|
}
|
|
}
|