Hacker News new | ask | show | jobs
by gabemart 3123 days ago
You could script something like this pretty simply with the DO api, and there might well be programs out there already that operate in a similar way.

My own needs are modest, but I have provisioning scripts that create and destroy DO droplets on-the-fly from the command line.

1 comments

guys use ansible. it care less about who's the cloud provider and uses ssh (agent-less configuration).