[Fab-user] env.{hosts,exclude_hosts,roles} and some confusion

2011-08-24 Thread Sven Hergenhahn
Hi, I'm trying to run a task on the servers of a role minus some hosts specified on the commandline, but I just cannot get it to remember -x... Here's my code: -- import os import paraproxy from fabric.api import env,

Re: [Fab-user] env.{hosts,exclude_hosts,roles} and some confusion

2011-08-24 Thread Jeff Forcier
On Wed, Aug 24, 2011 at 5:04 AM, Sven Hergenhahn sve...@gmx.net wrote: And yes, I have read the manual. Any other documentation I missed or can somebody offer some explanations? When things don't work as expected, there's usually two causes: your misunderstanding (which you addressed by

[Fab-user] env.{hosts,exclude_hosts,roles} and some confusion

2011-08-19 Thread Sven Hergenhahn
Hi, I'm trying to run a task on the servers of a role minus some hosts specified on the commandline, but I just cannot get it to remember -x... Here's my code: -- import os import paraproxy from fabric.api import env,