Newer
Older
config_file: ../ansible.cfg
requirements_file: tests/requirements.yml
providers:
- name: virtualbox
type: virtualbox
box: kaorimatz/openbsd-6.0-amd64
options:
append_platform_to_hostname: yes
raw_config_args:
- 'vm.synced_folder ".", "/vagrant", disabled: true'
- 'landrush_ip.override = false'
image: ubuntu
image_version: xenial
privileged: True
volume_mounts:
- /sys/fs/cgroup:/sys/fs/cgroup
- /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
environment:
DEBIAN_FRONTEND: noninteractive