Cimpress-MCP / vagrant-orchestrate

Cross platform deployment orchestration to existing managed servers using vagrant provisioners
Other
19 stars 13 forks source link

Ability to push to a subset of the listed managed servers #38

Closed calvn closed 9 years ago

calvn commented 9 years ago

Provide a similar functionality to that of native vagrant, where up and provision commands can take in a regex expression to only apply those commands to the matching machines.

vagrant orchestrate push \dev\ to push to all dev machines, for example, would provide more fine-grained control of what subset of machines to provision.

maclennann commented 9 years ago

This already works - vorch just passes it through to vagrant. Though it's slashes for the regex, not backslashes.

Are you seeing some other behavior?

calvn commented 9 years ago

Cool!