Fabric

TLDR: Running commands at multiple hosts with Fabric

Published on

TLDR: Running commands at multiple hosts with Fabric
Recently someones asked me how to perform a connection to a server to run the command df -h using ssh to display the disk usage of the machine. After a quick chat, I discovered that the question was more than just a single check to a server. It was to extend that to multiple servers. The answer to the question was quick and came with a “click”. How about to document these quick tips at the blog?