Hi,
I use as a deployment and config management tool for several servers in a classical web stack (web, lb, db, etc.). I often have to run all or part of my labels on several hosts. Typing the name of every targeted host became tedious, so I created a Makefile with a bunch of targets to make it faster to use.
Using a Makefile for this is a bit overkill. Would it be possible to make rset(1) support basic wildcards (* and ?) or even regular expressions for host targeting ?
Thank you.
Hi,
I use as a deployment and config management tool for several servers in a classical web stack (web, lb, db, etc.). I often have to run all or part of my labels on several hosts. Typing the name of every targeted host became tedious, so I created a Makefile with a bunch of targets to make it faster to use.
Using a Makefile for this is a bit overkill. Would it be possible to make rset(1) support basic wildcards (
*and?) or even regular expressions for host targeting ?Thank you.