kapitan icon indicating copy to clipboard operation
kapitan copied to clipboard

Ability to specify custom target path

Open afoninsky opened this issue 5 years ago • 1 comments

I’ve found that I need to share inventory targets and secrets between my customers keeping the rest of configuration in common maintainable repository. I can specify --secrets-path but it’s not possible to specify --target-path (--inventory-path does not fit as it includes classes too)

Feature request (minimum) Add flag --target-path[s?] which points to custom directory with targets (maximum) Add ability to specify pathes using configuration file, so users will be able to maintain own repository structures

afoninsky avatar Apr 19 '19 11:04 afoninsky

@uberspot I would like to work on this issue.

supra08 avatar Mar 09 '20 07:03 supra08

As a workaround you could change the nodes_uri in your reclass-config.yml file. This file has to be in the inventory_path which you specify with --inventory-path or default inventory. Please let me know, if there are any further questions.

MatteoVoges avatar Apr 26 '23 13:04 MatteoVoges