...
worker_groups =
groups
Groups is a comma-separated list of which host groups this Worker belongs to. Groups allow the administrator to place machines into logical groupings for easier reference than specifying long lists of machines.
Info |
---|
Groups are created by simply adding workers to a group through worker_groups. When a group is removed from all workers, the group ceases to exist. |
Example
worker_groups = "bfw,boa,ssl"
...