NAME
Kanku::Handler::Vagrant
SYNOPSIS
Here is an example how to configure the module in your jobs file or KankuFile
-
use_module: Kanku::Handler::Vagrant
options:
box: opensuse/Tumbleweed.x86_64
DESCRIPTION
This handler downloads a file from a given url to the local filesystem and sets vm_image_file.
OPTIONS
base_url : API url to search for boxes
box : Vagrant box name like specified in Vagrantfile
box_version : Optional version for vagrant box (default: latest)
offline : proceed in offline mode (skip download and lookup last
downloaded image in database)
CONTEXT
getters
offline
setters
image_type vm_image_url vm_image_file login_user login_pass
DEFAULTS
NONE