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
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -10,5 +10,6 @@ galaxy_info:
     - 5.7
     - 5.7
     - 5.8
     - 5.8
     - 5.9
     - 5.9
     - 6.0
  galaxy_tags: ['OpenBSD', 'bootstrap']
  galaxy_tags: ['OpenBSD', 'bootstrap']
dependencies: []
dependencies: []
+4 −1
Original line number Original line Diff line number Diff line
@@ -14,10 +14,13 @@ vagrant:
    type: virtualbox
    type: virtualbox
  platforms:
  platforms:
  - name: openbsd
  - name: openbsd
    box: kaorimatz/openbsd-5.9-amd64
    box: kaorimatz/openbsd-6.0-amd64
  instances:
  instances:
  - name: ansible-role-openbsd-bootstrap
  - name: ansible-role-openbsd-bootstrap
    options:
    options:
        append_platform_to_hostname: yes
        append_platform_to_hostname: yes
  raw_config_args:
  raw_config_args:
  - 'vm.synced_folder ".", "/vagrant", disabled: true'
  - 'vm.synced_folder ".", "/vagrant", disabled: true'
  - 'vbguest.auto_update = false'
  - 'landrush.enabled = false'
  - 'landrush_ip.override = false'