bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

Allow templating in configuration files. #47

Closed warownia1 closed 4 years ago

warownia1 commented 6 years ago

Some parts of configuration may need to be reused across multiple configuration files. To avoid repetition allow use of the jinja2 template engine. configurations/common.yml will contain parameters that can be used in the configuration files. They will be inserted to each command template.

warownia1 commented 5 years ago

Use this loader to allow !include in the yaml document which inserts another yaml file or a selected node. https://gist.github.com/warownia1/1c0eb94839dfeaca95ce1b7c0a447e6c