forked from data.coop/ansible
Don't set base_domain in Vagrantfile
It's already set in playbook.yml according to the vagrant variable.
This commit is contained in:
parent
bbd6b6f8da
commit
cff82acd9f
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue