using the hostonly ip with chef and vagrant

Developer from somewhere

Example from a config file:

listen_address: <%= node[:network][:interfaces][:eth1][:addresses].find{|k,v| v[:family] == "inet"}.first %>