Hi, just getting started with better-chef-rundeck, and wondering if something like this is possible:
To add multiple different attributes from chef as rundeck tags.
For example:
If I wanted to use platform and platform_version as tags, I would try something like this:
?tags=platform&tags=platform_version
or
?tags=platform&tags+=platform_version
I know neither of these is possible, just throwing the idea out there to see if anyone else thinks it would be useful. I know I can just assign said attributes to their own individual rundeck attributes, and that can be made to work, but the tags seem a little more flexible, and wondering how to add multiple tags.
Hi, just getting started with better-chef-rundeck, and wondering if something like this is possible: To add multiple different attributes from chef as rundeck tags. For example: If I wanted to use platform and platform_version as tags, I would try something like this:
?tags=platform&tags=platform_version
or?tags=platform&tags+=platform_version
I know neither of these is possible, just throwing the idea out there to see if anyone else thinks it would be useful. I know I can just assign said attributes to their own individual rundeck attributes, and that can be made to work, but the tags seem a little more flexible, and wondering how to add multiple tags.