Skip to content

Instantly share code, notes, and snippets.

@pcarrier
Created October 8, 2014 23:34
Show Gist options
  • Save pcarrier/c2230ae3c02517db7195 to your computer and use it in GitHub Desktop.
Save pcarrier/c2230ae3c02517db7195 to your computer and use it in GitHub Desktop.
# IPv4 address of eth0, assuming eth0 has only one IPv4 address..
require 'ohai'
sys = ::Ohai::System.new
sys.all_plugins
node = sys.data
node['network']['interfaces']['eth0']['addresses'].find {|k,v| v['family'] == 'inet'}.first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment