17 lines
622 B
YAML
17 lines
622 B
YAML
---
|
|
# defaults file for vagrant
|
|
|
|
# The version of vagrant to install. See https://releases.hashicorp.com/vagrant/ .
|
|
vagrant_version: 2.2.3
|
|
|
|
# The location to unpack the .tar.xz, if applicable.
|
|
vagrant_unarchive_dest: /usr/local/bin
|
|
|
|
# To update packages this role places on the system, set `vagrant_package_state` to `latest`.
|
|
vagrant_package_state: present
|
|
|
|
# Some Docker containers do not allow managing services, rebooting and writing
|
|
# to some locations in /etc. The role skips tasks that will typically fail in
|
|
# Docker. With this parameter you can tell the role to -not- skip these tasks.
|
|
vagrant_ignore_docker: yes
|