On 20/11/15 12:29, Santosh Kumar wrote:
All,
i am working on fabric with python . I have a structure as below.
I know nothing of Fabric and this list is really for Python
language and standard library questions.
But there is a fabric mailing list and a twitter feed,
you should probably try th
All,
i am working on fabric with python . I have a structure as below.
topdir
+ fabfile.py
other_scripts
+ script1
+ script2
+ script3
I am trying to import these scripts into fabfile.py and use them for
executing across multiple hosts.
But i am able to run them only on the localhost not abl