Newer
Older
config_file: ../ansible.cfg
molecule:
ignore_paths:
- .tox
requirements_file: tests/requirements.yml
providers:
- name: virtualbox
type: virtualbox
- name: openbsd60
- name: trusty
box: ubuntu/trusty32
- name: stretch
box: remram/debian-9-i386
- name: jessie
- name: wheezy
options:
append_platform_to_hostname: yes
raw_config_args:
- 'vm.boot_timeout = 600'
- 'vbguest.auto_update = false if Vagrant.has_plugin?("vbguest")'
- 'landrush.enabled = false if Vagrant.has_plugin?("landrush")'
- 'landrush_ip.override = false if Vagrant.has_plugin?("landrush")'
- |
vm.provider "virtualbox" do |v|
v.customize "pre-boot", ["modifyvm", :id, "--hwvirtex", ENV['VBOX_HWVIRTEX']] if ENV.has_key?('VBOX_HWVIRTEX')
nimrod
committed
v.memory = ENV['VBOX_MEMORY'].to_i if ENV.has_key?('VBOX_MEMORY')