Skip to content
Snippets Groups Projects
Commit 74867e6d authored by nimrod's avatar nimrod
Browse files

Adjust the OpenBSD Vagrant box to work with Landrush, unfortunately I had to...

Adjust the OpenBSD Vagrant box to work with Landrush, unfortunately I had to hardcode the IP address.
parent df6cfd84
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,9 @@ Vagrant.configure(2) do |config|
config.vm.define "openbsd" do |openbsd|
openbsd.vm.hostname = "openbsd.Ansible.vagrant"
openbsd.vm.network "private_network", ip: "172.28.128.3"
openbsd.landrush.guest_redirect_dns = false
openbsd.landrush.host_ip_address = "172.28.128.3"
openbsd.vm.box = "tmatilai/openbsd-5.7"
#openbsd.vm.box = "twingly/openbsd-5.7-amd64"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment