Skip to content

kun44l/kickstart-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kickstart-generator

Kickstart File Generator in Go

PRs Welcome

curl 'localhost:8080/ks_generate/?os=centos7&version=7.3.1611&fqdn=myhost.example.com'

or just go to the browser and type the same url

Add your own parameters

Modify the ks.tmpl file by replacing the value you want to parameterized with {{.your_variable}} and then just use it in the url

curl 'localhost:8080/ks_generate/?os=centos7&version=7.3.1611&fqdn=myhost.example.com&your_variable=foo'

About

Kickstart File Generator in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 73.6%
  • Dockerfile 26.4%