I would like to use fabric to deploy a bunch of libraries on to a box that it being automatically provisioned with salt-stack. Currently the function is run as
fab deploy_libs:args,kwards -Hlocalhost
How can I run this command without requiring a password, which obviously won't be a thing I can do as it's automated?
Disclaimer: There may be a significantly better way of doing this and I'm not precious about it.