Initial profile definitions

This commit is contained in:
Thomas Stallinger 2026-06-14 21:39:52 +02:00
commit 6334143f80
3 changed files with 45 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# Profiles
This repository contains provisioning profiles.
Current profiles:
- mint-desktop
- fedora-workstation
Future:
- mint-office
- mint-developer
- fedora-kiosk
- fedora-cad

View File

@ -0,0 +1,15 @@
{
"id": "fedora-workstation",
"label": "Fedora Workstation",
"distribution": "fedora",
"version": "40",
"installer": {
"type": "kickstart"
},
"ansible": {
"repo": "fedora-workstation",
"mode": "pull"
}
}

15
mint-desktop/profile.json Normal file
View File

@ -0,0 +1,15 @@
{
"id": "mint-desktop",
"label": "Linux Mint Desktop",
"distribution": "linux-mint",
"version": "22",
"installer": {
"type": "autoinstall"
},
"ansible": {
"repo": "mint-desktop",
"mode": "pull"
}
}