Skip to content

Instantly share code, notes, and snippets.

@ashiato45
Created October 4, 2018 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashiato45/00f861c75fc0d45bfce405772c382cce to your computer and use it in GitHub Desktop.
Save ashiato45/00f861c75fc0d45bfce405772c382cce to your computer and use it in GitHub Desktop.
Getting global ip for vagrant-aws
vagrant ssh -c "curl ipinfo.io/ip"
@ashiato45
Copy link
Author

alias vagrant-getip='vagrant ssh -c "curl ipinfo.io/ip"'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment