Loading meta/main.yml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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: [] molecule.yml +4 −1 Original line number Original line Diff line number Diff line Loading @@ -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' Loading
meta/main.yml +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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: []
molecule.yml +4 −1 Original line number Original line Diff line number Diff line Loading @@ -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'