Initial profile definitions
This commit is contained in:
commit
6334143f80
15
README.md
Normal file
15
README.md
Normal 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
|
||||
15
fedora-workstation/profile.json
Normal file
15
fedora-workstation/profile.json
Normal 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
15
mint-desktop/profile.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user