Skip to content

Instantly share code, notes, and snippets.

@shaposhnikoff
Forked from routelastresort/gist:6437206
Last active August 29, 2015 14:11
Show Gist options
  • Save shaposhnikoff/23f4bd397112fe8ef605 to your computer and use it in GitHub Desktop.
Save shaposhnikoff/23f4bd397112fe8ef605 to your computer and use it in GitHub Desktop.
---
- digital_ocean: >
state=present
command=ssh
name={{ digitalocean.sshkeyname }}
ssh_pub_key="{{ digitalocean.sshkey }}"
client_id={{ digitalocean.clientid }}
api_key={{ digitalocean.apikey }}
- digital_ocean: >
state=present
ssh_key_ids={{ digitalocean.sshkeyname }}
name={{ digitalocean.hostname }}
client_id={{ digitalocean.clientid }}
api_key={{ digitalocean.apikey }}
size_id=64
region_id=3
image_id=562354
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment