Skip to content
Snippets Groups Projects
Commit 19353a1d authored by nimrod's avatar nimrod
Browse files

Change the landrush domain from .vagrant to .Ansible.vagrant (avoid conflict...

Change the landrush domain from .vagrant to .Ansible.vagrant (avoid conflict with other Vagrant boxes).
parent df433309
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ Vagrant.configure(2) do |config| ...@@ -23,7 +23,7 @@ Vagrant.configure(2) do |config|
end end
config.vm.define "kodi" do |kodi| config.vm.define "kodi" do |kodi|
kodi.vm.hostname = "kodi.vagrant" kodi.vm.hostname = "kodi.Ansible.vagrant"
kodi.vm.box = "fujimakishouten/debian-9-testing-virtualbox" kodi.vm.box = "fujimakishouten/debian-9-testing-virtualbox"
# TODO: Find the correct syntax for a single command. # TODO: Find the correct syntax for a single command.
#kodi.vm.provider("virtualbox"), gui: true #kodi.vm.provider("virtualbox"), gui: true
...@@ -33,52 +33,52 @@ Vagrant.configure(2) do |config| ...@@ -33,52 +33,52 @@ Vagrant.configure(2) do |config|
end end
config.vm.define "nspawn" do |nspawn| config.vm.define "nspawn" do |nspawn|
nspawn.vm.hostname = "nspawn.vagrant" nspawn.vm.hostname = "nspawn.Ansible.vagrant"
nspawn.vm.box = "fujimakishouten/debian-9-testing-virtualbox" nspawn.vm.box = "fujimakishouten/debian-9-testing-virtualbox"
end end
config.vm.define "cgit" do |cgit| config.vm.define "cgit" do |cgit|
cgit.vm.hostname = "cgit.vagrant" cgit.vm.hostname = "cgit.Ansible.vagrant"
end end
config.vm.define "wordpress" do |wordpress| config.vm.define "wordpress" do |wordpress|
wordpress.vm.hostname = "wordpress.vagrant" wordpress.vm.hostname = "wordpress.Ansible.vagrant"
end end
config.vm.define "directory" do |directory| config.vm.define "directory" do |directory|
directory.vm.hostname = "directory.vagrant" directory.vm.hostname = "directory.Ansible.vagrant"
end end
config.vm.define "owncloud" do |owncloud| config.vm.define "owncloud" do |owncloud|
owncloud.vm.hostname = "owncloud.vagrant" owncloud.vm.hostname = "owncloud.Ansible.vagrant"
end end
config.vm.define "mail" do |mail| config.vm.define "mail" do |mail|
mail.vm.hostname = "mail.vagrant" mail.vm.hostname = "mail.Ansible.vagrant"
end end
config.vm.define "logstash" do |logstash| config.vm.define "logstash" do |logstash|
logstash.vm.hostname = "logstash.vagrant" logstash.vm.hostname = "logstash.Ansible.vagrant"
end end
config.vm.define "riemann" do |riemann| config.vm.define "riemann" do |riemann|
riemann.vm.hostname = "riemann.vagrant" riemann.vm.hostname = "riemann.Ansible.vagrant"
end end
config.vm.define "consul" do |consul| config.vm.define "consul" do |consul|
consul.vm.hostname = "consul.vagrant" consul.vm.hostname = "consul.Ansible.vagrant"
end end
config.vm.define "ejabberd" do |ejabberd| config.vm.define "ejabberd" do |ejabberd|
ejabberd.vm.hostname = "ejabberd.vagrant" ejabberd.vm.hostname = "ejabberd.Ansible.vagrant"
end end
config.vm.define "horde" do |horde| config.vm.define "horde" do |horde|
horde.vm.hostname = "horde.vagrant" horde.vm.hostname = "horde.Ansible.vagrant"
end end
config.vm.define "openwrt" do |openwrt| config.vm.define "openwrt" do |openwrt|
openwrt.vm.hostname = "openwrt.vagrant" openwrt.vm.hostname = "openwrt.Ansible.vagrant"
openwrt.vm.box= "qqshfox/openwrt-barrier_breaker" openwrt.vm.box= "qqshfox/openwrt-barrier_breaker"
end end
end end
...@@ -3,4 +3,4 @@ owncloud_password: owncloud ...@@ -3,4 +3,4 @@ owncloud_password: owncloud
owncloud_mysql_server: localhost owncloud_mysql_server: localhost
owncloud_mysql_user: root owncloud_mysql_user: root
owncloud_mysql_password: root owncloud_mysql_password: root
owncloud_trusted_domains: ['localhost', 'owncloud.vagrant'] owncloud_trusted_domains: ['localhost', 'owncloud.Ansible.vagrant']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment