Reputation: 2809
Is fabric suitable for a new VPS setup like Linode or SliceHost?
The setup is explained in this slicehost article
The required actions are basically:
If fabric is not the tool, is there a better tool for this?
Thanks
Upvotes: 2
Views: 461
Reputation: 22828
Fabric would work very well for these tasks. Essentially anything you do over SSH can be automated with Fabric. It also allows you to upload and download files.
You would probably generate your local keys by invoking shell commands locally; but everything else is in fabric's domain.
Upvotes: 2