Vagrantfile: Disabled config for Vagrant::Hostsupdate and added some comments
This commit is contained in:
parent
946c8988ae
commit
9d10a4dbaf
1 changed files with 5 additions and 1 deletions
6
Vagrantfile
vendored
6
Vagrantfile
vendored
|
@ -43,7 +43,11 @@ Vagrant.configure(2) do |config|
|
|||
|
||||
config.vm.define "satt" do |dev|
|
||||
dev.vm.hostname = "satt.local"
|
||||
dev.hostsupdater.aliases = ["nextcloud.satt.local", "jitsi.satt.local"]
|
||||
|
||||
# If you have installed the Vagrant::Hostsupdate plugin, you can add additional domains
|
||||
# that should be mapped to the VM.
|
||||
#dev.hostsupdater.aliases = ["nextcloud.satt.local", "jitsi.satt.local"]
|
||||
|
||||
# An additional IP that allows you to access the VM and its services from the VM host.
|
||||
# If you change this IP, you will have to modify the `ansible_host` in the inventory file correspondingly.
|
||||
# More information about the various network modes:
|
||||
|
|
Loading…
Add table
Reference in a new issue