Started my kickstart infrastructure scripts
This commit is contained in:
3
kickstart/defs/common/sde/site.json
Normal file
3
kickstart/defs/common/sde/site.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"ldap_server": "host1.domain.com"
|
||||
}
|
13
kickstart/defs/temari/temari.json
Normal file
13
kickstart/defs/temari/temari.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"hostname": "temari",
|
||||
"provision": {
|
||||
"flags": true
|
||||
},
|
||||
"machine_type": "B10:SDE:Linux Desktop",
|
||||
"site": "sde",
|
||||
"run_list": [
|
||||
"Base_RHEL_64_Workstation",
|
||||
"App_Linux_Workstation",
|
||||
"RHEL_AntiVirus"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user