rundeck-plugins / rundeck-ec2-nodes-plugin

Get resource node data from Amazon EC2
85 stars 45 forks source link

Allow merging multiple Instance tags into the RunDeck tags #2

Closed gschueler closed 12 years ago

gschueler commented 12 years ago

if Instances have tags such as Role and Environment, allow the mapping to merge multiple Instance Tags into the RunDeck tags.

suggested syntax:

tags.selector=tags/FirstTag|tags/SecondTag

If the Instance tag values are FirstTag=a and SecondTag=b,c, then the RunDeck tags result should be "a,b,c".