Is it possible to create a private network on a Vagrant box that has both an IPv4 and IPv6 address? I'd like to do something like this:
config.vm.network "private network", ip: "192.168.1.100" config.vm.network "private network", ip6: "<some internal private IPv6 address>" The reason I'd like to do this is that I have an Ansible play that needs to reference "ansible_default_ipv6.address" but there is no such address associated with my Vagrant VM if I'm also using an IPv4 address. The Vagrant documentation doesn't discuss this so I'm guessing its not possible but I thought I would check here in case there's some undocumented way to do it. Thanks! -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/b44c01ea-f9ab-4259-94db-720c51303730%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
