Tool set for parsing YAML and ERB files using ruby
Usage: config.rb --yaml config.yaml example.txt.erb
will output the parsed template using the yaml file
Usage: print_key.rb --yaml config.yaml parent.child
will output the parsed value at the given path
You might need to build a container using templates... try multi stage build.
See test/Dockerfile
for an example