[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] centralized management of clientlaunch.cfg
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] centralized management of clientlaunch.cfg
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Wed, 17 Dec 2008 21:17:53 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <d44304420812170806u5e4eab49vc9f1e912ec8b1b8a (at) mail.gmail.com>
- User-agent: nn/6.7.3
In <d44304420812170806u5e4eab49vc9f1e912ec8b1b8a (at) mail.gmail.com> "Don Lachlan" <brightlancer (at) gmail.com> writes:
>I have a number of custom scripts spread across multiple machines; I
>understand how to configure them in clientlaunch.cfg but I would like
>to keep them in a single config file (it's impractical to maintain
>this many individual configs). Has anyone written a tool to manage
>push/pull of the configs and generating individual hobbit-clients.cfg,
>or otherwise duplicate what bb-bbexttab did?
You could grab the "hobbitlaunch" program from the current development
branch; it has a new "ONHOST <pattern>" setting for each task - the
task will only run if the local hostname matches the <pattern>. E.g.
[myscript]
CMD $BBHOME/ext/myscript.sh
ONHOST (www|mail).foo.com
Regards,
Henrik