lukasjarosch / skipper

Inventory based templated configuration library inspired by the kapitan project
https://lukasjarosch.github.io/skipper/
MIT License
11 stars 3 forks source link

Automatically register target_name variable #27

Closed lukasjarosch closed 1 year ago

lukasjarosch commented 1 year ago

Currently the user has to use predefined variables if ${target_name} is required. This can be cumbersome for users who do not need predefined variables, because one will most likely always need the target_name variable.

It would be easy to add the target name as variable by default.