Skip to content

Instantly share code, notes, and snippets.

@stephenlauck
Created December 11, 2014 18:23
Show Gist options
  • Save stephenlauck/95a43f98eac1432da615 to your computer and use it in GitHub Desktop.
Save stephenlauck/95a43f98eac1432da615 to your computer and use it in GitHub Desktop.
.kitchen.local.yml
---
driver:
name: digitalocean
driver_config:
digitalocean_access_token: TOKEN
ssh_key_ids: 'KEYID'
ssh_key: '~/.ssh/id_rsa'
platforms:
- name: ubuntu-14-10-x64
- name: centos-7-0-x64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment