Skip to content
molecule.yml 548 B
Newer Older
nimrod's avatar
nimrod committed
---
ansible:
  verbose: v
  playbook: tests/playbook.yml
  diff: True
nimrod's avatar
nimrod committed

molecule:
  testinfra_dir: tests
  ansible_config_template: ansible.cfg

vagrant:
  providers:
  - name: virtualbox
    type: virtualbox
nimrod's avatar
nimrod committed
  platforms:
  - name: openbsd
    box: kaorimatz/openbsd-6.0-amd64
nimrod's avatar
nimrod committed
  instances:
nimrod's avatar
nimrod committed
  - name: ansible-role-example
nimrod's avatar
nimrod committed
    options:
        append_platform_to_hostname: yes
  raw_config_args:
  - 'vm.synced_folder ".", "/vagrant", disabled: true'
nimrod's avatar
nimrod committed
  - 'vbguest.auto_update = false'
nimrod's avatar
nimrod committed
  - 'landrush.enabled = false'
  - 'landrush_ip.override = false'