Skip to content
Snippets Groups Projects
Commit 1c567d73 authored by nimrod's avatar nimrod
Browse files

- Updated Vagrant box to 6.0, updated Ansible Galaxy info accordingly.

- Added Virtualbox configuration from recent ansible_role_example (disable
  vbguest auto updater and landrush).
parent f8081d82
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,6 @@ galaxy_info:
- 5.7
- 5.8
- 5.9
- 6.0
galaxy_tags: ['OpenBSD', 'bootstrap']
dependencies: []
......@@ -14,10 +14,13 @@ vagrant:
type: virtualbox
platforms:
- name: openbsd
box: kaorimatz/openbsd-5.9-amd64
box: kaorimatz/openbsd-6.0-amd64
instances:
- name: ansible-role-openbsd-bootstrap
options:
append_platform_to_hostname: yes
raw_config_args:
- 'vm.synced_folder ".", "/vagrant", disabled: true'
- 'vbguest.auto_update = false'
- 'landrush.enabled = false'
- 'landrush_ip.override = false'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment