Any #vagrant experts around? I'm trying to use #ansible to provision some Vagrant VMs, but I'm running into a couple of issues.
First issue is that my NAT interfaces on all the VMs appear to have the same MAC address. That doesn't seem to be normal?
Secondly, what is the correct way to get the IPs to use for "backend" traffic? For example, ansible_default_ipv4 gives the IP address of the NAT interface instead of the "private" interface.