The Digital Ocean cloud module is used to control access to the Digital Ocean VPS system.
Use of this module only requires the api_key parameter to be set. Set up the cloud configuration at /etc/salt/cloud.providers or /etc/salt/cloud.providers.d/digital_ocean.conf:
my-digital-ocean-config:
# Digital Ocean account keys
client_key: wFGEwgregeqw3435gDger
api_key: GDE43t43REGTrkilg43934t34qT43t4dgegerGEgg
provider: digital_ocean
Return a list of the images that are on the provider
Return a dict of all available VM locations on the cloud provider with relevant data
Return a list of the image sizes that are on the provider
Create a single VM from a data dict
Create a node
Destroy a node. Will check termination protection and warn if enabled.
CLI Example:
salt-cloud --destroy mymachine
Return the first configured instance.
Return the image object to use
Return the ID of the keyname
Return the VM's location
Return the VM's size. Used by create_node().
Return a dict of all available VM locations on the cloud provider with relevant data
Return a list of the VMs that are on the provider
Return a list of the VMs that are on the provider
Return a list of the VMs that are on the provider, with select fields
Make a web call to Digital Ocean
Return the script deployment object
Show the details from Digital Ocean concerning a droplet
Show the details of an SSH keypair
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.