Don't set base_domain in Vagrantfile

It's already set in playbook.yml according to the vagrant variable.
This commit is contained in:
Sam A. 2022-12-06 19:41:07 +01:00
parent bbd6b6f8da
commit cff82acd9f
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 0 additions and 3 deletions

3
Vagrantfile vendored
View File

@ -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?