Started my kickstart infrastructure scripts

This commit is contained in:
2014-01-30 23:44:11 -07:00
parent 09a6affc02
commit 6cbe76f16b
9 changed files with 855 additions and 0 deletions

View 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"
]
}