Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Provisioner for creating Digital Ocean droplets in Chef Provisioning.

License

Notifications You must be signed in to change notification settings

brandocorp/chef-provisioning-digitalocean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chef-provisioning-digitalocean

Provisioner for creating Digital Ocean droplets in Chef Provisioning.

Example

require 'chef/provisioning/digitalocean_driver'

with_driver 'digitalocean', { access_token: ENV['DIGITALOCEAN_ACCESS_TOKEN'] }

with_machine_options({
  bootstrap_options: {
    region: 'sfo1',
    size: '512mb',
    image: 'ubuntu-14-04-x64',
    ssh_keys: ['digitalocean']
  }
})

machine 'my_droplet'

About

Provisioner for creating Digital Ocean droplets in Chef Provisioning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages