From 1c567d739f410127774b9b91a94f570ae290f5a6 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Sat, 8 Oct 2016 15:01:23 +0300 Subject: [PATCH] - 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). --- meta/main.yml | 1 + molecule.yml | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index 04c44c1..de1af12 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -10,5 +10,6 @@ galaxy_info: - 5.7 - 5.8 - 5.9 + - 6.0 galaxy_tags: ['OpenBSD', 'bootstrap'] dependencies: [] diff --git a/molecule.yml b/molecule.yml index 17a93fa..5b5e174 100644 --- a/molecule.yml +++ b/molecule.yml @@ -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' -- GitLab