Advertisement
Guest User

DO playbook

a guest
Apr 22nd, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ---
  2. - digital_ocean: >
  3. state=present
  4. command=droplet
  5. name=mydroplet
  6. client_id=xxxx
  7. api_key=xxxx
  8. size_id=1
  9. region_id=2
  10. image_id=3
  11. wait_timeout=500
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement