Top "Fabric" questions

A Python library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks.

start a background process with nohup using fabric

am trying to start a celerycam process using fabric using the below nohup command. Unfortunately, nothing is happening, manually using …

python fabric
How to set the working directory for a Fabric task?

Assuming I define a trivial task to list files on a remote server: from fabric.api import run, env env.…

python fabric
How to pass bool argument to fabric command

Currently I'm using fab -f check_remote.py func:"arg1","arg2"... to run fab remote. Now I need to send …

python boolean fabric
Switching user in Fabric

I have a problem when using Fabric to mimic my SSH workflow to deploy my web application. Here's my usual …

python fabric
No hosts found: Fabric

when I run my python code it is asking for host. No hosts found. Please specify (single) host string for …

python fabric
Running Fabric with Python script together

I see most of the Fabric API are use together with function. Example of file (sample.py): from fabric.api …

python ssh fabric
Python Fabric: How to answer to keyboard input?

I would like to automate the response for some question prompted by some programs, like mysql prompting for a password, …

python automation fabric
How do you use pip, virtualenv and Fabric to handle deployment?

What are your settings, your tricks, and above all, your workflow? These tools are great but there are still no …

python deployment virtualenv fabric pip
Fortigate automation with perl or python

Goal I'm trying to automate a fortigate configuration change for a couple dozen routers and am not winning. Have tried …

python perl ssh fabric rex
pip freeze does not show all installed packages

I am using a virtualenv. I have fabric installed, with pip. But a pip freeze does not give any hint …

python virtualenv pip fabric