2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-16 00:27:37 +00:00
Files
confluent/confluent_osdeploy/suse16/profiles/server/autoinstall.json
T
2026-06-12 13:29:29 -04:00

42 lines
676 B
JSON

{
"hostname": {
"transient": "%%NODENAME%%",
"static": "%%NODENAME%%"
},
"root": {
"password": "%%ROOTPASSWORD%%",
"hashedPassword": true
},
"software": {
"patterns": [
"selinux"
],
"packages": []
},
"product": {
"id": "openSUSE_Leap"
},
"storage": {
"drives": [
{
"search": "%%INSTALLDISK%%",
"partitions": [
{
"search": "*",
"delete": true
},
{
"generate": "default"
}
]
}
]
},
"localization": {
"language": "%%LOCALE%%",
"keyboard": "%%KEYMAP%%",
"timezone": "%%TIMEZONE%%"
}
}