diff --git a/Vagrantfile b/Vagrantfile index 1e46276..589d56c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -21,9 +21,6 @@ Vagrant.configure(2) do |config| ansible.playbook = "playbook.yml" ansible.ask_vault_pass = true ansible.verbose = "v" - ansible.extra_vars = { - base_domain: "datacoop.devel" - } # If the VM is already provisioned, we need to use the new port if provisioned?