Skip to content

Instantly share code, notes, and snippets.

@mahemoff
Created February 13, 2014 21:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mahemoff/8983846 to your computer and use it in GitHub Desktop.
Save mahemoff/8983846 to your computer and use it in GitHub Desktop.
Ansible Linode module - changes to remove Linode ID name prefix, and to add private IP support.
# api.linode_update(LinodeId=linode_id, Label='%s_%s' % (linode_id, name))
api.linode_update(LinodeId=linode_id, Label='%s' % (name))
api.linode_ip_addprivate(LinodeId=linode_id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment