Started my kickstart infrastructure scripts
This commit is contained in:
		
							
								
								
									
										12
									
								
								kickstart/write_config.rb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								kickstart/write_config.rb
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| #!/usr/bin/ruby | ||||
| # | ||||
|  | ||||
| require "json" | ||||
|  | ||||
| conf_file = "ks.json" | ||||
| settings  = { | ||||
|               "machine_definitions"   =>  "definitions", | ||||
|               "machine_definitions"   =>  "definitions" | ||||
|             }; | ||||
|  | ||||
| puts JSON.pretty_generate(settings) | ||||
		Reference in New Issue
	
	Block a user